From: simonmar Date: Thu, 8 Jun 2000 08:45:20 +0000 (+0000) Subject: [project @ 2000-06-08 08:45:20 by simonmar] X-Git-Tag: Approximately_9120_patches~4313 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=52d58821cc783f1f7b9d4e043203193f304a81ee;p=ghc-hetmet.git [project @ 2000-06-08 08:45:20 by simonmar] Move read010 to rename/should_fail; this is really a renamer test. --- diff --git a/ghc/tests/reader/should_fail/read010.stderr b/ghc/tests/reader/should_fail/read010.stderr deleted file mode 100644 index 56e9d09..0000000 --- a/ghc/tests/reader/should_fail/read010.stderr +++ /dev/null @@ -1,5 +0,0 @@ - -read010.hs:8: Variable not in scope: `intersperse' - -Compilation had errors - diff --git a/ghc/tests/reader/should_fail/read010.hs b/ghc/tests/rename/should_fail/rnfail022.hs similarity index 100% rename from ghc/tests/reader/should_fail/read010.hs rename to ghc/tests/rename/should_fail/rnfail022.hs diff --git a/ghc/tests/rename/should_fail/rnfail022.stderr b/ghc/tests/rename/should_fail/rnfail022.stderr new file mode 100644 index 0000000..6d6af2f --- /dev/null +++ b/ghc/tests/rename/should_fail/rnfail022.stderr @@ -0,0 +1,5 @@ + +rnfail022.hs:8: Variable not in scope: `intersperse' + +Compilation had errors +