fix #warning directive so the test could actually compile :)

This commit is contained in:
mrdudz 2022-03-07 14:48:55 +01:00
parent 10c1b050c7
commit 6001d3eab9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#ifdef NO_WCHAR
#warn "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail."
#warning "this test checks C99 features, but NO_WCHAR is defined so the test will most definitely fail."
#endif