summaryrefslogtreecommitdiff
path: root/test/PCH
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-03-08 20:42:38 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-03-08 20:42:38 +0000
commitf8f373f47210b88bdf71acb5579b129b665235ab (patch)
treee79c024082862cdd9c0aaa2374fcb3187039afce /test/PCH
parent389dc5603fa10b508a38f668a7830c6d877b6542 (diff)
downloadclang-f8f373f47210b88bdf71acb5579b129b665235ab.tar.gz
clang-f8f373f47210b88bdf71acb5579b129b665235ab.tar.bz2
clang-f8f373f47210b88bdf71acb5579b129b665235ab.tar.xz
[PCH] When complaining that a header from the PCH was modified, also mention
the filename of the PCH file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176717 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/modified-header-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c
index ef9249447a..4ad3fafff4 100644
--- a/test/PCH/modified-header-error.c
+++ b/test/PCH/modified-header-error.c
@@ -8,5 +8,5 @@
#include "header2.h"
-// CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
+// CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built
// REQUIRES: shell