summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/landmines/MineFixity.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/landmines/MineFixity.hs')
-rw-r--r--testsuite/tests/ghc-api/landmines/MineFixity.hs23
1 files changed, 0 insertions, 23 deletions
diff --git a/testsuite/tests/ghc-api/landmines/MineFixity.hs b/testsuite/tests/ghc-api/landmines/MineFixity.hs
deleted file mode 100644
index a735ee6aaf..0000000000
--- a/testsuite/tests/ghc-api/landmines/MineFixity.hs
+++ /dev/null
@@ -1,23 +0,0 @@
-{-# LANGUAGE DataKinds #-}
-{-# LANGUAGE GADTs #-}
-{-# LANGUAGE KindSignatures #-}
-{-# LANGUAGE TypeOperators #-}
-{-
-
-Exercising avoidance of known landmines.
-
-We need one each of
-
- PostTc id Kind
- PostTc id Type
-
- PostRn id Fixity
- PostRn id NameSet
-
-
--}
-module MineFixity where
-
-infixl 3 `foo`
-
-foo = undefined