diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/T2740.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/T2740.script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/T2740.script b/testsuite/tests/ghci.debugger/scripts/T2740.script index 68554eca2e..4ae19aac93 100644 --- a/testsuite/tests/ghci.debugger/scripts/T2740.script +++ b/testsuite/tests/ghci.debugger/scripts/T2740.script @@ -1,6 +1,6 @@ :seti -XMonomorphismRestriction :l T2740.hs -:step f 1 2 3 +:step f (1 :: Int) 2 3 :print x :print y :force x |