diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci019.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci019.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci019.stdout b/testsuite/tests/ghci/scripts/ghci019.stdout new file mode 100644 index 0000000000..fa4027070c --- /dev/null +++ b/testsuite/tests/ghci/scripts/ghci019.stdout @@ -0,0 +1,2 @@ +data Foo = Foo -- Defined at ghci019.hs:8:6-8 +instance Prelude.Eq Foo -- Defined at ghci019.hs:9:10-23 |