summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/T13870.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/T13870.stderr')
-rw-r--r--testsuite/tests/deSugar/should_compile/T13870.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T13870.stderr b/testsuite/tests/deSugar/should_compile/T13870.stderr
new file mode 100644
index 0000000000..55868069d3
--- /dev/null
+++ b/testsuite/tests/deSugar/should_compile/T13870.stderr
@@ -0,0 +1,10 @@
+
+T13870.hs:8:9: warning: [-Wmissing-fields (in -Wdefault)]
+ • Fields of ‘Just’ not initialised
+ • In the expression: Just {}
+ In an equation for ‘test1’: test1 = Just {}
+
+T13870.hs:14:9: warning: [-Wmissing-fields (in -Wdefault)]
+ • Fields of ‘Identity’ not initialised: runIdentity
+ • In the expression: Identity {}
+ In an equation for ‘test3’: test3 = Identity {}