From: NAKAMURA Takumi Date: Mon, 6 Apr 2015 08:16:36 +0000 (+0000) Subject: clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f44dfa9e902e755518e415c8c47c0ce8dc85ba1a;p=clang clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the message catalog. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234146 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Profile/profile-does-not-exist.c b/test/Profile/profile-does-not-exist.c index 98eba5343f..32b76fa025 100644 --- a/test/Profile/profile-does-not-exist.c +++ b/test/Profile/profile-does-not-exist.c @@ -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