summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/missing-dllimport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/missing-dllimport.c')
-rw-r--r--test/Rewriter/missing-dllimport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rewriter/missing-dllimport.c b/test/Rewriter/missing-dllimport.c
index d2356bd..c060379 100644
--- a/test/Rewriter/missing-dllimport.c
+++ b/test/Rewriter/missing-dllimport.c
@@ -12,8 +12,8 @@ inline int __cdecl foo() { return 0; }
void bar() { return 1; }
// CHECK-NEG: warning: void function 'bar' should not return a value
-// CHECK-NEG: 1 diagnostic generated
+// CHECK-NEG: 1 warning generated
// CHECK-POS: warning: 'foo' redeclared without dllimport attribute: previous dllimport ignored
// CHECK-POS: warning: void function 'bar' should not return a value
-// CHECK-POS: 2 diagnostics generated
+// CHECK-POS: 2 warnings generated
OpenPOWER on IntegriCloud