diff options
Diffstat (limited to 'test/ASTMerge/typedef.c')
-rw-r--r-- | test/ASTMerge/typedef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ASTMerge/typedef.c b/test/ASTMerge/typedef.c index 4498864..6f91129 100644 --- a/test/ASTMerge/typedef.c +++ b/test/ASTMerge/typedef.c @@ -4,4 +4,4 @@ // CHECK: typedef2.c:4:10: error: external variable 'x2' declared with incompatible types in different translation units ('Typedef2' (aka 'double') vs. 'Typedef2' (aka 'int')) // CHECK: typedef1.c:4:10: note: declared here with type 'Typedef2' (aka 'int') -// CHECK: 2 diagnostics +// CHECK: 1 error |