From 25cdf87b13eb990eb84d31211280f4b0d5d470b3 Mon Sep 17 00:00:00 2001 From: Chuanqi Xu Date: Wed, 16 Feb 2022 10:44:20 +0800 Subject: [PATCH] [NFC] Update new warning to test This tries to fix the broke test introduced in 4bafe65c2b2f1ce745894a509a6. --- clang/test/Misc/warning-flags.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index a9e0a78..1b65af4 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -18,7 +18,7 @@ This test serves two purposes: The list of warnings below should NEVER grow. It should gradually shrink to 0. -CHECK: Warnings without flags (67): +CHECK: Warnings without flags (68): CHECK-NEXT: ext_expected_semi_decl_list CHECK-NEXT: ext_explicit_specialization_storage_class @@ -65,6 +65,7 @@ CHECK-NEXT: warn_missing_dependent_template_keyword CHECK-NEXT: warn_missing_whitespace_after_macro_name CHECK-NEXT: warn_mt_message CHECK-NEXT: warn_no_constructor_for_refconst +CHECK-NEXT: warn_no_support_for_eval_method_source_on_m32 CHECK-NEXT: warn_not_compound_assign CHECK-NEXT: warn_objc_property_copy_missing_on_block CHECK-NEXT: warn_objc_protocol_qualifier_missing_id -- 2.7.4