Skip to content

Commit

Permalink
Test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongnull committed Jul 13, 2024
1 parent e99b435 commit 6fe8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/constexpr.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ static_assert(!const_bool_false);
#define EXPECTED_ERRORS "constexpr.c:5:14: error: cannot combine with previous 'thread_local' specifier" \
"constexpr.c:7:19: error: invalid storage class on function parameter" \
"constexpr.c:7:1: error: illegal storage class on function" \
"constexpr.c:13:28: warning: implicit conversion from 'int' to '_BitInt' changes non-zero value from 4 to 0 [-Wconstant-conversion]" \
"constexpr.c:13:28: warning: implicit conversion from 'int' to 'signed _BitInt(2)' changes non-zero value from 4 to 0 [-Wconstant-conversion]" \

0 comments on commit 6fe8f7f

Please sign in to comment.