summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs')
-rw-r--r--testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs b/testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs
deleted file mode 100644
index 8595312137..0000000000
--- a/testsuite/tests/ghc-regress/parser/should_fail/readFail003.hs
+++ /dev/null
@@ -1,8 +0,0 @@
--- !!! Irrefutable patterns + guards
-module Read003 where
-
-~(a,b,c) | nullity b = a
- | nullity c = a
- | otherwise = a
- where
- nullity = null