summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T13391.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T13391.hs')
-rw-r--r--testsuite/tests/polykinds/T13391.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/polykinds/T13391.hs b/testsuite/tests/polykinds/T13391.hs
deleted file mode 100644
index 6de3c3aa40..0000000000
--- a/testsuite/tests/polykinds/T13391.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-{-# LANGUAGE PolyKinds, GADTs #-}
-
-module T13391 where
-
-data G (a :: k) where
- GInt :: G Int
- GMaybe :: G Maybe