summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Monitor.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Monitor.hs b/tests/Monitor.hs
index 4ea0a71..fb774fc 100644
--- a/tests/Monitor.hs
+++ b/tests/Monitor.hs
@@ -12,5 +12,5 @@ main = do
let filename = case args of
x:xs -> x
_ -> error "gimme a filename"
- recorderRun filename Nothing $ \_ -> mainQuit
+ recorderRun filename Nothing mainQuit
mainGUI