diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/scripts/ghci001.stdout')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/scripts/ghci001.stdout | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/scripts/ghci001.stdout b/testsuite/tests/ghc-regress/ghci/scripts/ghci001.stdout deleted file mode 100644 index b0a2458b59..0000000000 --- a/testsuite/tests/ghc-regress/ghci/scripts/ghci001.stdout +++ /dev/null @@ -1,2 +0,0 @@ -(+) :: Num a => a -> a -> a
-enumFromTo :: Enum a => a -> a -> [a]
|