summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T12911.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T12911.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/T12911.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T12911.hs b/testsuite/tests/typecheck/should_compile/T12911.hs
index bd45305696..88c2125f2b 100644
--- a/testsuite/tests/typecheck/should_compile/T12911.hs
+++ b/testsuite/tests/typecheck/should_compile/T12911.hs
@@ -6,4 +6,4 @@ module T12911 where
import GHC.Exts
data X where
- MkX :: forall (a :: TYPEvis r). (a -> a) -> X
+ MkX :: forall (a :: TYPE r). (a -> a) -> X