summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/modified-header-error.c
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
commitc4720399ecae2a2abe65aca0e7530944c99efd30 (patch)
tree82603bc108387a89fde5eceef13cb5dd851d1ae0 /clang/test/PCH/modified-header-error.c
parent951f61fae228177c772927ab36f4dda0a35b7ab7 (diff)
downloadbcm5719-llvm-c4720399ecae2a2abe65aca0e7530944c99efd30.tar.gz
bcm5719-llvm-c4720399ecae2a2abe65aca0e7530944c99efd30.zip
[PCH] When complaining that a header from the PCH was modified, also mention
the filename of the PCH file. llvm-svn: 176717
Diffstat (limited to 'clang/test/PCH/modified-header-error.c')
-rw-r--r--clang/test/PCH/modified-header-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/modified-header-error.c b/clang/test/PCH/modified-header-error.c
index ef9249447a1..4ad3fafff4d 100644
--- a/clang/test/PCH/modified-header-error.c
+++ b/clang/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
OpenPOWER on IntegriCloud