diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Modules/load_failure.c | 2 | ||||
-rw-r--r-- | test/PCH/arc.m | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/test/PCH/arc.m b/test/PCH/arc.m index 84a8ccc24a..15e97a2922 100644 --- a/test/PCH/arc.m +++ b/test/PCH/arc.m @@ -13,5 +13,5 @@ array0 a0; array1 a1; -// CHECK-ERR1: PCH file was compiled with automated reference counting, which is currently disabled -// CHECK-ERR2: PCH file was compiled without automated reference counting, which is currently enabled +// CHECK-ERR1: Objective-C automated reference counting was enabled in PCH file but is currently disabled +// CHECK-ERR2: Objective-C automated reference counting was disabled in PCH file but is currently enabled |