From 675c0cce9f2c922b52f968acbb048c92e2aa1920 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 6 Aug 2020 19:00:51 -0400 Subject: 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. (cherry picked from commit 77b1ebf6dd34df8068a07865d92301ff298cf5ca) --- testsuite/mk/test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index 480c31c840..9bfd861463 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 = -- cgit v1.2.1