summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/function.c')
-rw-r--r--test/ASTMerge/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ASTMerge/function.c b/test/ASTMerge/function.c
index 581b6ec..f97ecee 100644
--- a/test/ASTMerge/function.c
+++ b/test/ASTMerge/function.c
@@ -6,4 +6,4 @@
// CHECK: function1.c:2:6: note: declared here with type 'void (int, float)'
// CHECK: function2.c:5:6: error: external function 'f3' declared with incompatible types in different translation units ('void (int)' vs. 'void (void)')
// CHECK: function1.c:4:6: note: declared here with type 'void (void)'
-// CHECK: 4 diagnostics generated
+// CHECK: 2 errors generated
OpenPOWER on IntegriCloud