diff options
Diffstat (limited to 'test/Modules/lookup.m')
-rw-r--r-- | test/Modules/lookup.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/lookup.m b/test/Modules/lookup.m index edf70639e5cc..b22e41f84594 100644 --- a/test/Modules/lookup.m +++ b/test/Modules/lookup.m @@ -14,7 +14,7 @@ void test(id x) { // expected-note@Inputs/lookup_right.h:3{{also found}} } -// CHECK-PRINT: - (int) method; -// CHECK-PRINT: - (double) method +// CHECK-PRINT: - (int)method; +// CHECK-PRINT: - (double)method // CHECK-PRINT: void test(id x) |