summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-01-23 13:06:45 -0500
committerBen Gamari <ben@smart-cactus.org>2019-02-20 14:28:54 -0500
commit8a567a0e8b873fe30165cf7f3f928cf4e35f5bad (patch)
tree3e911e97519f02796f3d9495c6bca7b8471ef66d
parentb9b02b70a4abad29646490c79db141434f757256 (diff)
downloadhaskell-8a567a0e8b873fe30165cf7f3f928cf4e35f5bad.tar.gz
testsuite: Mark hWaitForInput-accurate-socket as requiring unix
It imports System.Posix.IO.
-rw-r--r--libraries/base/tests/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 457d9f424a..a6cb96d771 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -200,7 +200,7 @@ test('T9681', normal, compile_fail, [''])
test('T8089',
[exit_code(99), run_timeout_multiplier(0.01)],
compile_and_run, [''])
-test('hWaitForInput-accurate-socket', normal, compile_and_run, [''])
+test('hWaitForInput-accurate-socket', reqlib('unix'), compile_and_run, [''])
test('T8684', expect_broken(8684), compile_and_run, [''])
test('T9826',normal, compile_and_run,[''])
test('T9848',