From d3f702b85009cf53bd9cd42027db0cd73be44a7e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 11 Apr 2000 11:24:42 +0000 Subject: [PATCH] [project @ 2000-04-11 11:24:42 by simonmar] oops, this output is bogus. --- ghc/tests/rename/should_compile/rn029.stderr | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ghc/tests/rename/should_compile/rn029.stderr diff --git a/ghc/tests/rename/should_compile/rn029.stderr b/ghc/tests/rename/should_compile/rn029.stderr deleted file mode 100644 index aeaf9dc..0000000 --- a/ghc/tests/rename/should_compile/rn029.stderr +++ /dev/null @@ -1,13 +0,0 @@ - -rn029.hs:6: - Ambiguous occurrence `sort' - It could refer to either `sort', defined at rn029.hs:7 - or `List.sort', imported from List at rn029.hs:4 - -rn029.hs:10: - Ambiguous occurrence `reverse' - It could refer to either `reverse', defined at rn029.hs:11 - or `List.reverse', imported from List at rn029.hs:4 - -Compilation had errors - -- 1.7.10.4