summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs')
-rw-r--r--testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs b/testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs
deleted file mode 100644
index 7afbad964e..0000000000
--- a/testsuite/tests/ghc-regress/quasiquotation/qq003/qq003.hs
+++ /dev/null
@@ -1,5 +0,0 @@
-{-# LANGUAGE QuasiQuotes #-}
-module Main where
-
-main :: IO ()
-main = print $ \parse -> [parse||]