diff options
Diffstat (limited to 'test/ASTMerge/property.m')
-rw-r--r-- | test/ASTMerge/property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ASTMerge/property.m b/test/ASTMerge/property.m index 0fd7e48..5f7a730 100644 --- a/test/ASTMerge/property.m +++ b/test/ASTMerge/property.m @@ -6,4 +6,4 @@ // CHECK: property1.m:10:28: note: declared here with type 'float' // CHECK: property2.m:12:26: error: instance method 'Prop1' has incompatible result types in different translation units ('int' vs. 'float') // CHECK: property1.m:10:28: note: instance method 'Prop1' also declared here -// CHECK: 4 diagnostics generated. +// CHECK: 2 errors generated. |