summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc211.hs
diff options
context:
space:
mode:
authorBodigrim <andrew.lelechenko@gmail.com>2023-01-19 00:50:41 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-03-30 14:35:57 -0400
commitd2d8251b32a3546bb4984c9bd027917883ab4969 (patch)
tree164df3825d6e64047ffc32f2b5873b52545c2316 /testsuite/tests/typecheck/should_compile/tc211.hs
parent7c7dbade771dabaf33a2f0e0675e26865a213968 (diff)
downloadhaskell-d2d8251b32a3546bb4984c9bd027917883ab4969.tar.gz
Fix tests
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc211.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc211.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc211.hs b/testsuite/tests/typecheck/should_compile/tc211.hs
index 0e23ed1640..03eda4c4e8 100644
--- a/testsuite/tests/typecheck/should_compile/tc211.hs
+++ b/testsuite/tests/typecheck/should_compile/tc211.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE ImpredicativeTypes, ScopedTypeVariables, GADTs #-}
+{-# OPTIONS_GHC -Wno-x-partial #-}
-- Nov 2014: impredicative types are very dodgy so I am
-- FAR from confident that these tests give the right errors