summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod40.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod40.stderr')
-rw-r--r--testsuite/tests/module/mod40.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod40.stderr b/testsuite/tests/module/mod40.stderr
new file mode 100644
index 0000000000..35c2151e83
--- /dev/null
+++ b/testsuite/tests/module/mod40.stderr
@@ -0,0 +1,5 @@
+
+mod40.hs:3:1:
+ Cycle in class declarations (via superclasses):
+ mod40.hs:3:1-31: class C2 a => C1 a
+ mod40.hs:4:1-31: class C1 a => C2 a