diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/T18330.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T18330.stdout | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T18330.stdout b/testsuite/tests/ghci/scripts/T18330.stdout new file mode 100644 index 0000000000..c020ae7dbb --- /dev/null +++ b/testsuite/tests/ghci/scripts/T18330.stdout @@ -0,0 +1,8 @@ +GHCi, version 9.3.20210616: https://www.haskell.org/ghc/ :? for help +ghci> [1 of 1] Compiling Main ( shell.hs, interpreted ) +Ok, one module loaded. +ghci> ghci> [1 of 1] Compiling T18330 ( T18330.hs, interpreted ) +Ok, one module loaded. +ghci> ghci> [1 of 1] Compiling T18330 ( T18330.hs, interpreted ) [T18330.extra changed] +Ok, one module loaded. +ghci> Leaving GHCi. |