Skip to content

Commit

Permalink
[SOL] Add warn_drv_no_solana_with_bpf to warning-flags unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvjle authored and LucasSte committed Feb 16, 2024
1 parent 25b6d73 commit 6d64c8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/test/Misc/warning-flags.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 (65):
CHECK: Warnings without flags (67):

CHECK-NEXT: ext_expected_semi_decl_list
CHECK-NEXT: ext_explicit_specialization_storage_class
Expand All @@ -45,6 +45,7 @@ CHECK-NEXT: warn_delete_array_type
CHECK-NEXT: warn_double_const_requires_fp64
CHECK-NEXT: warn_drv_assuming_mfloat_abi_is
CHECK-NEXT: warn_drv_clang_unsupported
CHECK-NEXT: warn_drv_no_solana_with_bpf
CHECK-NEXT: warn_drv_pch_not_first_include
CHECK-NEXT: warn_enum_value_overflow
CHECK-NEXT: warn_expected_qualified_after_typename
Expand Down

0 comments on commit 6d64c8e

Please sign in to comment.