Merge branch 'fix-tests' into 'master'

Fix tests

See merge request redox-os/relibc!394
This commit is contained in:
Jeremy Soller
2023-05-11 15:57:27 +00:00
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 \