summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T6060.hs
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-04-30 16:53:36 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-05-01 08:11:07 +0100
commit3e467a9611619df716d9e4df5ba4fe143d1ca145 (patch)
tree1e8f7077e75d6872fd0c8570ecc1a078c3446d14 /testsuite/tests/rename/should_fail/T6060.hs
parentb4d34d4cf563bcfb24a726122035f8141fe6e851 (diff)
downloadhaskell-3e467a9611619df716d9e4df5ba4fe143d1ca145.tar.gz
Add test for #6060
Diffstat (limited to 'testsuite/tests/rename/should_fail/T6060.hs')
-rw-r--r--testsuite/tests/rename/should_fail/T6060.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/T6060.hs b/testsuite/tests/rename/should_fail/T6060.hs
new file mode 100644
index 0000000000..c323835c22
--- /dev/null
+++ b/testsuite/tests/rename/should_fail/T6060.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE ParallelListComp #-}
+
+module T6060 where
+
+foo = do let bad = [True | x <- [] | y <- []]