summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gundry <adam@well-typed.com>2016-11-15 12:43:59 +0000
committerAdam Gundry <adam@well-typed.com>2016-11-15 12:44:52 +0000
commit08ac91d76a0906152d69d4138b3824d74cebd9db (patch)
tree07b1cddd8755a1eac78e06c4d5db7df9583e8aa0
parentc0ce34041d3eaa72e6f34a851aa9dc013caad9a8 (diff)
downloadhaskell-wip/hasfield.tar.gz
Fix test outputwip/hasfield
-rw-r--r--testsuite/tests/overloadedrecflds/should_fail/hasfieldfail03.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/overloadedrecflds/should_fail/hasfieldfail03.stderr b/testsuite/tests/overloadedrecflds/should_fail/hasfieldfail03.stderr
index 2fb8dbdb32..71192b2a98 100644
--- a/testsuite/tests/overloadedrecflds/should_fail/hasfieldfail03.stderr
+++ b/testsuite/tests/overloadedrecflds/should_fail/hasfieldfail03.stderr
@@ -1,20 +1,20 @@
-hasfieldfail03.hs:8:10: error:
+hasfieldfail03.hs:9:10: error:
• Illegal instance declaration for ‘HasField "woo" a Bool’
Record data type must be specified
• In the instance declaration for ‘HasField "woo" a Bool’
-hasfieldfail03.hs:12:10: error:
+hasfieldfail03.hs:13:10: error:
• Illegal instance declaration for ‘HasField "foo" T Int’
T already has a field ‘foo’
• In the instance declaration for ‘HasField "foo" T Int’
-hasfieldfail03.hs:16:10: error:
+hasfieldfail03.hs:17:10: error:
• Illegal instance declaration for ‘HasField "bar" T Bool’
T already has a field ‘bar’
• In the instance declaration for ‘HasField "bar" T Bool’
-hasfieldfail03.hs:33:10: error:
+hasfieldfail03.hs:34:10: error:
• Illegal instance declaration for
‘HasField "baz" (V a b c d) Bool’
Record data type may not be a data family