summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-06 19:00:51 -0400
committerBen Gamari <ben@smart-cactus.org>2020-08-06 19:01:34 -0400
commit77b1ebf6dd34df8068a07865d92301ff298cf5ca (patch)
tree2d26244f2009365182bc4c62ef0205c8dc63da80
parentf2d1accf67cb6e1dab6b2c78fef4b64526c31a4a (diff)
downloadhaskell-wip/drop-testsuite-io-manager.tar.gz
testsuite: Drop --io-manager flag from testsuite configurationwip/drop-testsuite-io-manager
This is no longer necessary as there are now dedicated testsuite ways which run tests with WinIO.
-rw-r--r--testsuite/mk/test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk
index 35d3122903..512d626956 100644
--- a/testsuite/mk/test.mk
+++ b/testsuite/mk/test.mk
@@ -60,7 +60,7 @@ TEST_HC_OPTS += -Werror=compat
# removing this line.
TEST_HC_OPTS += -dno-debug-output
-TEST_HC_OPTS_INTERACTIVE = $(TEST_HC_OPTS) --interactive -v0 -ignore-dot-ghci -fno-ghci-history +RTS --io-manager=native -RTS
+TEST_HC_OPTS_INTERACTIVE = $(TEST_HC_OPTS) --interactive -v0 -ignore-dot-ghci -fno-ghci-history
RUNTEST_OPTS =