summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5334.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T5334.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T5334.stderr13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T5334.stderr b/testsuite/tests/rename/should_compile/T5334.stderr
new file mode 100644
index 0000000000..2985386338
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T5334.stderr
@@ -0,0 +1,13 @@
+
+T5334.hs:7:5: Warning:
+ Fields of ‛T’ not initialised: b
+ In the expression: T {..}
+ In an equation for ‛t’:
+ t = T {..}
+ where
+ a = 1
+
+T5334.hs:14:5: Warning:
+ Fields of ‛S’ not initialised: y
+ In the expression: S {x = 1}
+ In an equation for ‛s’: s = S {x = 1}