diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-07-21 23:08:24 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-07-21 23:08:24 -0400 |
commit | acbbb502014a2e0d08fec533990474876f746b89 (patch) | |
tree | 91f0bcf414af44b12e70e634e510501e26453146 /testsuite | |
parent | fefcbfa86b73517d5002366d0703ce694c6d228d (diff) | |
download | haskell-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.stderr | 2 |
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 |