diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs b/testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs index 0ef94644b5..652c8cf874 100644 --- a/testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs +++ b/testsuite/tests/ghc-regress/quasiquotation/qq001/qq001.hs @@ -4,4 +4,4 @@ module Main where parse = undefined main :: IO () -main = print $ [$parse||] +main = print $ [parse||] |