summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T5281.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-06-20 13:21:11 +0100
committerIan Lynagh <igloo@earth.li>2012-06-20 13:21:11 +0100
commitcd0a88aab2270ac1b25163e1283b1edf2a696ded (patch)
treebf5df6cfe8fd4facf62de44dd489af338dc28d13 /testsuite/tests/rename/should_fail/T5281.hs
parentde246aad74ed36eaffe4ac519f13818f2aecec5a (diff)
downloadhaskell-cd0a88aab2270ac1b25163e1283b1edf2a696ded.tar.gz
Update tests following changes in base
Diffstat (limited to 'testsuite/tests/rename/should_fail/T5281.hs')
-rw-r--r--testsuite/tests/rename/should_fail/T5281.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_fail/T5281.hs b/testsuite/tests/rename/should_fail/T5281.hs
index f83e4aec8e..837b0ac6ca 100644
--- a/testsuite/tests/rename/should_fail/T5281.hs
+++ b/testsuite/tests/rename/should_fail/T5281.hs
@@ -1,8 +1,8 @@
-- The issue here is getting an error message with a decent source location
module T5281 where
-x = catch -- This use of catch
- -- (a) comes from the implicitly imported Prelue
- -- (b) this Prelude.catch is deprecated
+import T5281A
+
+x = deprec