summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_scopedTvs.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/th/TH_scopedTvs.hs')
-rw-r--r--testsuite/tests/ghc-regress/th/TH_scopedTvs.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/th/TH_scopedTvs.hs b/testsuite/tests/ghc-regress/th/TH_scopedTvs.hs
deleted file mode 100644
index 015911fde8..0000000000
--- a/testsuite/tests/ghc-regress/th/TH_scopedTvs.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-{-# LANGUAGE TemplateHaskell, ScopedTypeVariables #-}
-module Foo where
-
-
-$([d| f :: forall a. a->a
- f x = x::a
- |])