summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_compile/saks027.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/saks/should_compile/saks027.stderr')
-rw-r--r--testsuite/tests/saks/should_compile/saks027.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/saks/should_compile/saks027.stderr b/testsuite/tests/saks/should_compile/saks027.stderr
new file mode 100644
index 0000000000..730b1cfde6
--- /dev/null
+++ b/testsuite/tests/saks/should_compile/saks027.stderr
@@ -0,0 +1,7 @@
+saks027.hs:(8,3)-(10,6): Splicing declarations
+ [d| type U :: Type
+
+ data U = MkU |]
+ ======>
+ type U :: Type
+ data U = MkU