summaryrefslogtreecommitdiff
path: root/testsuite/mk/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/mk/test.mk')
-rw-r--r--testsuite/mk/test.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index db6d6f41e3..b2cdf78f5f 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -34,11 +34,6 @@ ifeq "$(GhcUnregisterised)" "YES"
EXTRA_HC_OPTS += -optc-fno-builtin
endif
-# These flags are for testing the native I/O of Windows's new base. We can't
-# realistically run both as this would require two the amount of time to go
-# through the testsuite. So for now just rely on one.
-EXTRA_HC_OPTS += -with-rtsopts="--io-manager=native" # +RTS --io-manager=native -RTS
-
# TEST_HC_OPTS is passed to every invocation of TEST_HC
# in nested Makefiles
TEST_HC_OPTS = -dcore-lint -dstg-lint -dcmm-lint \