diff options
Diffstat (limited to 'testsuite/tests/ghci.debugger/scripts/break012.script')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/break012.script | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/break012.script b/testsuite/tests/ghci.debugger/scripts/break012.script index 749947a4a9..acb5230051 100644 --- a/testsuite/tests/ghci.debugger/scripts/break012.script +++ b/testsuite/tests/ghci.debugger/scripts/break012.script @@ -1,9 +1,8 @@ -- Test polymorphic types in a breakpoint :l break012 :st g 5 `seq` () -:st -:t a -:t b -:t c +:t a +:t b +:t c :t d :p a b c d |