summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14270.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T14270.hs')
-rw-r--r--testsuite/tests/polykinds/T14270.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T14270.hs b/testsuite/tests/polykinds/T14270.hs
index 2d11a29993..3eed83c657 100644
--- a/testsuite/tests/polykinds/T14270.hs
+++ b/testsuite/tests/polykinds/T14270.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE TypeInType #-}
{-# LANGUAGE ViewPatterns #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE RankNTypes #-}
@@ -8,6 +7,7 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE TypeApplications #-}
+{-# LANGUAGE PolyKinds #-}
module T14270 (pattern App) where
import Data.Kind (Type)