summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs')
-rw-r--r--testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs b/testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs
deleted file mode 100644
index 6d26dc5607..0000000000
--- a/testsuite/tests/ghc-regress/deSugar/should_run/dsrun020.hs
+++ /dev/null
@@ -1,14 +0,0 @@
--- Tests transform WITH a by clause
-
-{-# OPTIONS_GHC -XTransformListComp #-}
-
-module Main where
-
-import Data.List(takeWhile)
-
-main = putStrLn (show output)
- where
- output = [ (x * 10) + y
- | x <- [1..4]
- , y <- [1..4]
- , then takeWhile by (x + y) < 4] \ No newline at end of file