summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T15474.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T15474.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/T15474.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T15474.hs b/testsuite/tests/typecheck/should_fail/T15474.hs
index 2fb68e8020..b18ce29784 100644
--- a/testsuite/tests/typecheck/should_fail/T15474.hs
+++ b/testsuite/tests/typecheck/should_fail/T15474.hs
@@ -1,5 +1,6 @@
{-# LANGUAGE RankNTypes #-}
-{-# LANGUAGE TypeInType #-}
+{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE DataKinds #-}
module T15474 where
import Data.Kind (Type)