summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-07-21 23:08:24 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-07-21 23:08:24 -0400
commitacbbb502014a2e0d08fec533990474876f746b89 (patch)
tree91f0bcf414af44b12e70e634e510501e26453146 /testsuite
parentfefcbfa86b73517d5002366d0703ce694c6d228d (diff)
downloadhaskell-acbbb502014a2e0d08fec533990474876f746b89.tar.gz
Fix ungrammatical error message
Test Plan: If it builds, ship it Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3772
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr b/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr
index 19df37a766..8e989108b1 100644
--- a/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr
+++ b/testsuite/tests/partial-sigs/should_fail/WildcardInStandaloneDeriving.stderr
@@ -3,4 +3,4 @@ WildcardInStandaloneDeriving.hs:4:19: error: Malformed instance: _
WildcardInStandaloneDeriving.hs:4:19: error:
Wildcard ‘_’ not allowed
- in In a deriving declaration
+ in a deriving declaration