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