summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/load_failure.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-09-13 18:26:39 +0000
committerDouglas Gregor <dgregor@apple.com>2011-09-13 18:26:39 +0000
commitc2ae8800701cef110b7de1c3d70d7f553166f356 (patch)
treed7711866a0ffcb307a74f264591cbd432478b961 /clang/test/Modules/load_failure.c
parent4484f9917596330c2ba3e64fca636f4f226a9e69 (diff)
downloadbcm5719-llvm-c2ae8800701cef110b7de1c3d70d7f553166f356.tar.gz
bcm5719-llvm-c2ae8800701cef110b7de1c3d70d7f553166f356.zip
Switch the serialization of LangOptions over to use the .def file. We
should no longer have the serialization of LangOptions out of sync with the structure itself (yay). llvm-svn: 139613
Diffstat (limited to 'clang/test/Modules/load_failure.c')
-rw-r--r--clang/test/Modules/load_failure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/load_failure.c b/clang/test/Modules/load_failure.c
index 4685a41ef6b..55e3d40a3f4 100644
--- a/clang/test/Modules/load_failure.c
+++ b/clang/test/Modules/load_failure.c
@@ -14,6 +14,6 @@ __import_module__ load_failure;
// RUN: FileCheck -check-prefix=CHECK-FAILURE %s < %t
// FIXME: Clean up diagnostic text below and give it a location
-// CHECK-FAILURE: error: C99 support was disabled in PCH file but is currently enabled
+// CHECK-FAILURE: error: C99 was disabled in PCH file but is currently enabled
OpenPOWER on IntegriCloud