summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod27.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/module/mod27.stderr')
-rw-r--r--testsuite/tests/module/mod27.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/module/mod27.stderr b/testsuite/tests/module/mod27.stderr
new file mode 100644
index 0000000000..85848345d5
--- /dev/null
+++ b/testsuite/tests/module/mod27.stderr
@@ -0,0 +1,5 @@
+
+mod27.hs:3:1:
+ Cycle in type synonym declarations:
+ mod27.hs:3:1-18: type T1 = (Int, T2)
+ mod27.hs:4:1-18: type T2 = (Int, T1)