summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
diff options
context:
space:
mode:
authorThomas Winant <thomas.winant@cs.kuleuven.be>2014-12-23 08:48:29 -0600
committerAustin Seipp <austin@well-typed.com>2014-12-23 08:48:30 -0600
commit089222c9d6798c79179264e5c77c31d5c460a880 (patch)
treeffa95ef70c92e758f817c25ea730f36e6039a6ba /testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
parent6eb86a56135a9274d2c958a2ccf4df510c9dab86 (diff)
downloadhaskell-089222c9d6798c79179264e5c77c31d5c460a880.tar.gz
Rename NamedWildcards flag to NamedWildCards
Summary: Mind the capital C. As there is already a flag RecordWildCards with a capital C, we should at least try to be consistent in the spelling of WildCards. Test Plan: validate Reviewers: goldfire, simonpj, austin Reviewed By: simonpj, austin Subscribers: carter, thomie Differential Revision: https://phabricator.haskell.org/D584
Diffstat (limited to 'testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs')
-rw-r--r--testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs b/testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
index 8b7372c7f5..28bb8362ce 100644
--- a/testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
+++ b/testsuite/tests/partial-sigs/should_fail/NamedExtraConstraintsWildcard.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PartialTypeSignatures, NamedWildcards #-}
+{-# LANGUAGE PartialTypeSignatures, NamedWildCards #-}
module NamedExtraConstraintsWildcard where
foo :: (Eq a, _a) => a -> a