summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3095.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/parser/should_fail/T3095.hs')
-rw-r--r--testsuite/tests/parser/should_fail/T3095.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/parser/should_fail/T3095.hs b/testsuite/tests/parser/should_fail/T3095.hs
index ad6b62c562..fc7889f7bf 100644
--- a/testsuite/tests/parser/should_fail/T3095.hs
+++ b/testsuite/tests/parser/should_fail/T3095.hs
@@ -2,4 +2,6 @@
-- Trac #3095
module T3095 where
-class Bla (forall x . x :: *) where
+import Data.Kind (Type)
+
+class Bla (forall x . x :: Type) where