forked from OSchip/llvm-project
clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the message catalog.
llvm-svn: 234146
This commit is contained in:
parent
19300f856b
commit
a01846de2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue