diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci034.script')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci034.script | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci034.script b/testsuite/tests/ghci/scripts/ghci034.script new file mode 100644 index 0000000000..386760081f --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci034.script @@ -0,0 +1,3 @@ +:i thisIsNotDefined +-- In 6.9, GHCi used to exit at this point +putStrLn "Foo" |