summaryrefslogtreecommitdiffstats
path: root/test/Rewriter/dllimport-typedef.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Rewriter/dllimport-typedef.c')
-rw-r--r--test/Rewriter/dllimport-typedef.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rewriter/dllimport-typedef.c b/test/Rewriter/dllimport-typedef.c
index 28d2e29..b86fa4a 100644
--- a/test/Rewriter/dllimport-typedef.c
+++ b/test/Rewriter/dllimport-typedef.c
@@ -10,8 +10,8 @@ typedef __declspec(dllimport) int CB(void);
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: 'dllimport' attribute only applies to variable and function type
// CHECK-POS: warning: void function 'bar' should not return a value
-// CHECK-POS: 2 diagnostics generated
+// CHECK-POS: 2 warnings generated
OpenPOWER on IntegriCloud