]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234146 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 98eba5343f92512f70e32bdd86db3bd1caabe09f..32b76fa02592df049adc109650613fc38de7d6e6 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