r234146 - clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the message catalog.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Apr 6 01:16:37 PDT 2015
Author: chapuni
Date: Mon Apr 6 03:16:36 2015
New Revision: 234146
URL: http://llvm.org/viewvc/llvm-project?rev=234146&view=rev
Log:
clang/test/Profile/profile-does-not-exist.c: Avoid checking a message line in the message catalog.
Modified:
cfe/trunk/test/Profile/profile-does-not-exist.c
Modified: cfe/trunk/test/Profile/profile-does-not-exist.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Profile/profile-does-not-exist.c?rev=234146&r1=234145&r2=234146&view=diff
==============================================================================
--- cfe/trunk/test/Profile/profile-does-not-exist.c (original)
+++ cfe/trunk/test/Profile/profile-does-not-exist.c Mon Apr 6 03:16:36 2015
@@ -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
More information about the cfe-commits
mailing list