summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/dependent/should_fail/TypeSkolEscape.hs')
-rw-r--r--testsuite/tests/dependent/should_fail/TypeSkolEscape.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs b/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
index adde8cf2ca..bbec037487 100644
--- a/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
+++ b/testsuite/tests/dependent/should_fail/TypeSkolEscape.hs
@@ -5,4 +5,4 @@ module TypeSkolEscape where
import GHC.Types
import GHC.Exts
-type Bad = forall (v :: RuntimeRep) (a :: TYPEvis v). a
+type Bad = forall (v :: RuntimeRep) (a :: TYPE v). a