summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr')
-rw-r--r--testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr b/testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr
index ee03f9e4a1..195379434c 100644
--- a/testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr
+++ b/testsuite/tests/parser/should_fail/RecordDotSyntaxFail8.stderr
@@ -16,7 +16,7 @@ RecordDotSyntaxFail8.hs:37:3: error:
print $ ....quux
RecordDotSyntaxFail8.hs:37:11: error:
- • No instance for (HasField "quux" Quux a0)
+ • No instance for ‘HasField "quux" Quux a0’
arising from selecting the field ‘quux’
• In the second argument of ‘($)’, namely ‘....baz.quux’
In a stmt of a 'do' block: print $ ....baz.quux