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.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/deSugar/should_compile/T13870.stderr b/testsuite/tests/deSugar/should_compile/T13870.stderr
index 55868069d3..9f24693a65 100644
--- a/testsuite/tests/deSugar/should_compile/T13870.stderr
+++ b/testsuite/tests/deSugar/should_compile/T13870.stderr
@@ -5,6 +5,7 @@ T13870.hs:8:9: warning: [-Wmissing-fields (in -Wdefault)]
In an equation for ‘test1’: test1 = Just {}
T13870.hs:14:9: warning: [-Wmissing-fields (in -Wdefault)]
- • Fields of ‘Identity’ not initialised: runIdentity
+ • Fields of ‘Identity’ not initialised:
+ runIdentity :: a
• In the expression: Identity {}
In an equation for ‘test3’: test3 = Identity {}