Skip to content

Commit

Permalink
tests: Enable a skipped test that now passes
Browse files Browse the repository at this point in the history
Verified on Godbolt: https://godbolt.org/z/4M6PEdqEb
  • Loading branch information
ehaas committed Oct 21, 2023
1 parent 070fbf8 commit afc485d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/cases/msvc boolean bitfield.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ typedef struct {
_Bool c: 2;
} S;

// _Static_assert(sizeof(S) == 1, "");
_Static_assert(sizeof(S) == 1, "");
_Static_assert(_Alignof(S) == 1, "");

#define TESTS_SKIPPED 1

0 comments on commit afc485d

Please sign in to comment.