summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Client.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Client.hs b/tests/Client.hs
index b92f7094..2b49bd82 100644
--- a/tests/Client.hs
+++ b/tests/Client.hs
@@ -18,7 +18,7 @@ import Network.Socket
18import Shared 18import Shared
19 19
20 20
21addr :: RemoteAddr 21addr :: SockAddr
22addr = SockAddrInet 6000 0 22addr = SockAddrInet 6000 0
23 23
24withServ :: FilePath -> IO () -> IO () 24withServ :: FilePath -> IO () -> IO ()