Fix tests

This commit is contained in:
Darley Barreto
2023-05-11 15:57:27 +00:00
committed by Jeremy Soller
parent 848fde933b
commit 511d99aa21
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,6 @@ EXPECT_NAMES=\
stdio/printf_space_pad \
stdio/ungetc_ftell \
stdio/ungetc_multiple \
stdio/ungetwc \
stdio/fscanf_offby1 \
stdio/fscanf \
stdio/printf_neg_pad \
@@ -108,6 +107,7 @@ EXPECT_NAMES=\
wchar/mbsrtowcs \
wchar/printf-on-wchars \
wchar/putwchar \
wchar/ungetwc \
wchar/wprintf \
wchar/wcrtomb \
wchar/wcscspn \