diff options
Diffstat (limited to 'testsuite/tests/module/mod47.stderr-hugs')
-rw-r--r-- | testsuite/tests/module/mod47.stderr-hugs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod47.stderr-hugs b/testsuite/tests/module/mod47.stderr-hugs new file mode 100644 index 0000000000..a26b99b109 --- /dev/null +++ b/testsuite/tests/module/mod47.stderr-hugs @@ -0,0 +1,4 @@ +ERROR "mod47.hs":6 - Cannot build superclass instance +*** Instance : Bar [a] +*** Context supplied : (Eq a, Enum a) +*** Required superclass : Foo [a] |