clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 6 Apr 2015 08:16:36 +0000 (08:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 6 Apr 2015 08:16:36 +0000 (08:16 +0000)
llvm-svn: 234146

clang/test/Profile/profile-does-not-exist.c

index 98eba53..32b76fa 100644 (file)
@@ -1,4 +1,4 @@
 // RUN: not %clang_cc1 -emit-llvm %s -fprofile-instr-use=%t.nonexistent.profdata 2>&1 | FileCheck %s
 
-// CHECK: error: Could not read profile: No such file or directory
+// CHECK: error: Could not read profile:
 // CHECK-NOT: Assertion failed