summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-08-06 19:00:51 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-08-14 15:50:34 -0400
commit9f66fdf69b7bcdacbfc46e636668ad0fe509b1b6 (patch)
tree6c987c080e558bd40cb37867bc8197cc703c47e3
parent8a51b2ab7433c06bddca9699b0dfd8ab1d11879b (diff)
downloadhaskell-9f66fdf69b7bcdacbfc46e636668ad0fe509b1b6.tar.gz
testsuite: Drop --io-manager flag from testsuite configuration
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 =