From 55bbe9cca2ef4bb0b6fa7eafd00e7aa20a667849 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 23 Jan 2019 13:06:45 -0500 Subject: testsuite: Mark hWaitForInput-accurate-socket as requiring unix It imports System.Posix.IO. --- libraries/base/tests/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/base') 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', -- cgit v1.2.1