summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/T14331.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/deriving/should_compile/T14331.hs')
-rw-r--r--testsuite/tests/deriving/should_compile/T14331.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_compile/T14331.hs b/testsuite/tests/deriving/should_compile/T14331.hs
index 4fe40fad27..d3b52da9a2 100644
--- a/testsuite/tests/deriving/should_compile/T14331.hs
+++ b/testsuite/tests/deriving/should_compile/T14331.hs
@@ -2,7 +2,7 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE RankNTypes #-}
-{-# LANGUAGE TypeInType #-}
+{-# LANGUAGE PolyKinds #-}
module Bug where
class C p q