diff options
Diffstat (limited to 'test/ASTMerge/category.m')
-rw-r--r-- | test/ASTMerge/category.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ASTMerge/category.m b/test/ASTMerge/category.m index 6ba2292..54a1240 100644 --- a/test/ASTMerge/category.m +++ b/test/ASTMerge/category.m @@ -6,4 +6,6 @@ // CHECK: category1.m:16:1: note: instance method 'method2' also declared here // CHECK: category2.m:26:1: error: instance method 'method3' has incompatible result types in different translation units ('float' vs. 'int') // CHECK: category1.m:24:1: note: instance method 'method3' also declared here -// CHECK: 2 errors generated. +// CHECK: category2.m:48:1: error: instance method 'blah' has incompatible result types in different translation units ('int' vs. 'float') +// CHECK: category1.m:46:1: note: instance method 'blah' also declared here +// CHECK: 3 errors generated. |