Fix this test so it doesn't try to open a file to write to the source tree

llvm-svn: 234173
This commit is contained in:
David Blaikie 2015-04-06 16:33:18 +00:00
parent 6f21907a89
commit 981d2a04b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: not %clang_cc1 -emit-llvm %s -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
// RUN: not %clang_cc1 -emit-llvm %s -o - -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
// CHECK: error: Could not read profile:
// CHECK-NOT: Assertion failed