diff options
Diffstat (limited to 'testsuite/tests/ghci/prog009/ghci.prog009.stdout')
-rw-r--r-- | testsuite/tests/ghci/prog009/ghci.prog009.stdout | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/prog009/ghci.prog009.stdout b/testsuite/tests/ghci/prog009/ghci.prog009.stdout new file mode 100644 index 0000000000..74d4c49e88 --- /dev/null +++ b/testsuite/tests/ghci/prog009/ghci.prog009.stdout @@ -0,0 +1,8 @@ +nub :: Eq a => [a] -> [a]
+"tan"
+nub :: Eq a => [a] -> [a]
+"tan"
+nub :: Eq a => [a] -> [a]
+A ( A.hs, interpreted )
+nub :: Eq a => [a] -> [a]
+"tan"
|