X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Frn001.hs;fp=ghc%2Fcompiler%2Ftests%2Frename%2Frn001.hs;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=f2648a9b995856d925407d983e4e52baa583ad2d;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/rn001.hs b/ghc/compiler/tests/rename/rn001.hs deleted file mode 100644 index f2648a9..0000000 --- a/ghc/compiler/tests/rename/rn001.hs +++ /dev/null @@ -1,10 +0,0 @@ ---!!! rn001: super-simple set of bindings, ---!!! incl wildcard pattern-bindings and *duplicates* - -x = [] -y = [] -y = [] -_ = [] -_ = 1 -z = [] -_ = []