summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_spliceE4.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_spliceE4.hs')
-rw-r--r--testsuite/tests/th/TH_spliceE4.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/th/TH_spliceE4.hs b/testsuite/tests/th/TH_spliceE4.hs
index 99ee7a7648..dcda44fbb0 100644
--- a/testsuite/tests/th/TH_spliceE4.hs
+++ b/testsuite/tests/th/TH_spliceE4.hs
@@ -4,7 +4,7 @@ module Main where
import Language.Haskell.TH
$( do let h x = x
- foo = [| \x -> $(h [| x |]) |]
+ foo = [| \x -> $(h [| x |]) |]
[d| baz = $foo |]
)