aboutsummaryrefslogtreecommitdiff
path: root/tests/tests/QuasiQuote.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-11 19:14:31 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-11 19:14:31 +0000
commita7cfb1d83c7e0f97a806e1f2c202416e625b2ce2 (patch)
treea4154de09f38ddee5e17bc16bfac323a41d9b7b5 /tests/tests/QuasiQuote.hs
parentc7d9f7678de931e580a3fe1bec2fb0e2dead84d3 (diff)
Re-organise the testsuite structure
Diffstat (limited to 'tests/tests/QuasiQuote.hs')
-rw-r--r--tests/tests/QuasiQuote.hs9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/tests/QuasiQuote.hs b/tests/tests/QuasiQuote.hs
deleted file mode 100644
index ed3c3787..00000000
--- a/tests/tests/QuasiQuote.hs
+++ /dev/null
@@ -1,9 +0,0 @@
-{-# LANGUAGE TemplateHaskell, QuasiQuotes #-}
-
--- example taken from the GHC documentation
-module QuasiQuote where
-
-import QuasiExpr
-
-val :: Integer
-val = eval [$expr|1 + 2|]