diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/TestPsci/TestEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestPsci/TestEnv.hs b/tests/TestPsci/TestEnv.hs index 519f8fb..8f71d9a 100644 --- a/tests/TestPsci/TestEnv.hs +++ b/tests/TestPsci/TestEnv.hs @@ -64,7 +64,7 @@ runAndEval comm eval = Right command -> -- the JS result can be ignored, as it's already written in a source file -- for the detail, please refer to Interactive.hs - handleCommand (\_ -> eval) (return ()) command + handleCommand (\_ -> eval) (return ()) (\_ -> return ()) command -- | Run a PSCi command and ignore the output run :: String -> TestPSCi () |