diff options
-rw-r--r-- | stdio-common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index f7cb822..88105b3 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -224,12 +224,12 @@ tests := \ tst-freopen4 \ tst-freopen5 \ tst-freopen6 \ - tst-freopen7 \ tst-freopen64-2 \ tst-freopen64-3 \ tst-freopen64-4 \ tst-freopen64-6 \ tst-freopen64-7 \ + tst-freopen7 \ tst-fseek \ tst-fwrite \ tst-fwrite-memstrm \ |