diff options
Diffstat (limited to 'test/Misc/warning-flags-enabled.c')
-rw-r--r-- | test/Misc/warning-flags-enabled.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Misc/warning-flags-enabled.c b/test/Misc/warning-flags-enabled.c index 1c1c38f864..7ef5c94dbc 100644 --- a/test/Misc/warning-flags-enabled.c +++ b/test/Misc/warning-flags-enabled.c @@ -3,9 +3,9 @@ // This shows warnings which are on by default. // We just check a few to make sure it's doing something sensible. // +// CHECK: ext_unterminated_string // CHECK: warn_condition_is_assignment // CHECK: warn_null_arg -// CHECK: warn_unterminated_string // RUN: diagtool show-enabled -Wno-everything %s | count 0 |