diff options
author | PhilFreeman <> | 2017-04-08 20:27:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2017-04-08 20:27:00 (GMT) |
commit | 324579397d5a1995960306c5bda4f80b0a6269e3 (patch) | |
tree | df78baf3b585981b9dac8a77bc8f79e3e900d06a /tests | |
parent | 626d1473c5625f56af11d71581dbfd8b768bdb69 (diff) |
version 0.11.30.11.3
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 () |