forked from OSchip/llvm-project
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:
parent
6f21907a89
commit
981d2a04b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue