Skip to content

Commit

Permalink
tests: update comment text for skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Oct 24, 2023
1 parent cb27888 commit e9f83cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/tentative array.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ int arr[];

_Static_assert(sizeof arr,"");

int arr[3]; // TODO should make the error go away
int arr[3]; // TODO should make the warning go away

#define SKIPPED_TESTS 1

Expand Down

0 comments on commit e9f83cb

Please sign in to comment.