summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail139.stderr
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-09-13 13:51:33 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2013-09-14 11:02:45 +0200
commitbaaf4e899eca24f25faf66ade72f3fce1aa6d03e (patch)
tree006df6b962fec87cf4064e9c2449567799550303 /testsuite/tests/typecheck/should_fail/tcfail139.stderr
parentbd598da4a1c0ac4c4c6962870263f58712a89f7f (diff)
downloadhaskell-baaf4e899eca24f25faf66ade72f3fce1aa6d03e.tar.gz
Adjust test suite to new Language Pragma warnigns
(this is related to #3647)
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail139.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail139.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail139.stderr b/testsuite/tests/typecheck/should_fail/tcfail139.stderr
index bfdc89b4fd..731181ef71 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail139.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail139.stderr
@@ -3,5 +3,5 @@ tcfail139.hs:6:10:
Illegal instance declaration for ‛Bounded Foo’
(All instance types must be of the form (T t1 ... tn)
where T is not a synonym.
- Use -XTypeSynonymInstances if you want to disable this.)
+ Use TypeSynonymInstances if you want to disable this.)
In the instance declaration for ‛Bounded Foo’