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:
NAKAMURA Takumi 2015-04-06 08:16:36 +00:00
parent 19300f856b
commit a01846de2a
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
// CHECK: error: Could not read profile: No such file or directory
// CHECK: error: Could not read profile:
// CHECK-NOT: Assertion failed