From 52d58821cc783f1f7b9d4e043203193f304a81ee Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 8 Jun 2000 08:45:20 +0000 Subject: [PATCH] [project @ 2000-06-08 08:45:20 by simonmar] Move read010 to rename/should_fail; this is really a renamer test. --- ghc/tests/reader/should_fail/read010.stderr | 5 ----- .../should_fail/read010.hs => rename/should_fail/rnfail022.hs} | 0 ghc/tests/rename/should_fail/rnfail022.stderr | 5 +++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 ghc/tests/reader/should_fail/read010.stderr rename ghc/tests/{reader/should_fail/read010.hs => rename/should_fail/rnfail022.hs} (100%) create mode 100644 ghc/tests/rename/should_fail/rnfail022.stderr 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 + -- 1.7.10.4