X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fghci%2Fghci007.stdout;fp=ghc%2Ftests%2Fghci%2Fghci007.stdout;h=0000000000000000000000000000000000000000;hb=60f3bf460d94892f343cea30dd43f3863c8f30fb;hp=9df37f65431f98c549805acf6ed4abdaba3c323d;hpb=45344c3311195170cf413b589eada0b1d63bd8f6;p=ghc-hetmet.git diff --git a/ghc/tests/ghci/ghci007.stdout b/ghc/tests/ghci/ghci007.stdout deleted file mode 100644 index 9df37f6..0000000 --- a/ghc/tests/ghci/ghci007.stdout +++ /dev/null @@ -1,11 +0,0 @@ - ___ ___ _ - / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 5.03, for Haskell 98. -/ /_\\/ __ / /___| | http://www.haskell.org/ghc/ -\____/\/ /_/\____/|_| Type :? for help. - -Loading package std ... linking ... done. -Prelude> -- bug: shouldn't kill the whole system -Prelude> System.exitFailure -*** Exception: exit: ExitFailure 1 -Prelude> Leaving GHCi.