diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 13:06:45 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-23 13:08:14 -0500 |
commit | 95b5792ed0925a7fccc050ed928817339d98b04a (patch) | |
tree | c80a7e5a41c914f9004fa3adb264a5458f8a00b7 | |
parent | a5373c1fe172dee31e07bcb7c7f6caff1035e6ba (diff) | |
download | haskell-wip/T16223.tar.gz |
testsuite: Mark hWaitForInput-accurate-socket as requiring unixwip/T16223
It imports System.Posix.IO.
-rw-r--r-- | libraries/base/tests/all.T | 2 |
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', |