summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn/should_compile/T11283.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/patsyn/should_compile/T11283.stderr')
-rw-r--r--testsuite/tests/patsyn/should_compile/T11283.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T11283.stderr b/testsuite/tests/patsyn/should_compile/T11283.stderr
index 15b5bd033c..5339bd699a 100644
--- a/testsuite/tests/patsyn/should_compile/T11283.stderr
+++ b/testsuite/tests/patsyn/should_compile/T11283.stderr
@@ -1,5 +1,6 @@
T11283.hs:6:5: warning: [-Wmissing-fields (in -Wdefault)]
- • Fields of ‘S’ not initialised: x
+ • Fields of ‘S’ not initialised:
+ x :: Bool
• In the expression: S {..}
In an equation for ‘e’: e = S {..}