diff options
Diffstat (limited to 'test/Modules')
-rw-r--r-- | test/Modules/load_failure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/load_failure.c b/test/Modules/load_failure.c index 4685a41ef6..55e3d40a3f 100644 --- a/test/Modules/load_failure.c +++ b/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 |