Skip to content

Commit 2a54673

Browse files
committed
fix test
1 parent 04b80ba commit 2a54673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/Misc/warning-flags.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This test serves two purposes:
1818

1919
The list of warnings below should NEVER grow. It should gradually shrink to 0.
2020

21-
CHECK: Warnings without flags (65):
21+
CHECK: Warnings without flags (66):
2222

2323
CHECK-NEXT: ext_expected_semi_decl_list
2424
CHECK-NEXT: ext_explicit_specialization_storage_class
@@ -43,6 +43,7 @@ CHECK-NEXT: warn_collection_expr_type
4343
CHECK-NEXT: warn_conflicting_variadic
4444
CHECK-NEXT: warn_delete_array_type
4545
CHECK-NEXT: warn_double_const_requires_fp64
46+
CHECK-NEXT: warn_drv_amdgpu_cov6
4647
CHECK-NEXT: warn_drv_assuming_mfloat_abi_is
4748
CHECK-NEXT: warn_drv_clang_unsupported
4849
CHECK-NEXT: warn_drv_pch_not_first_include

0 commit comments

Comments
 (0)