summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T13435.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T13435.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/T13435.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_run/T13435.hs b/testsuite/tests/typecheck/should_run/T13435.hs
index 95ee946fa0..bc02f17b4c 100644
--- a/testsuite/tests/typecheck/should_run/T13435.hs
+++ b/testsuite/tests/typecheck/should_run/T13435.hs
@@ -1,4 +1,5 @@
-{-# Language FlexibleInstances, TypeFamilies, TypeInType, MagicHash #-}
+{-# Language FlexibleInstances, TypeFamilies,
+ DataKinds, PolyKinds, MagicHash #-}
module Main where