X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Frn005.hs;fp=ghc%2Fcompiler%2Ftests%2Frename%2Frn005.hs;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=f1df4244af461e077354ab38994e78fd3bca708d;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/rn005.hs b/ghc/compiler/tests/rename/rn005.hs deleted file mode 100644 index f1df424..0000000 --- a/ghc/compiler/tests/rename/rn005.hs +++ /dev/null @@ -1,8 +0,0 @@ ---!!! rn005: simplest case: a few non-recursive bindings - -module Test where - -f = [] -g x = x -h x y = x -i x y z = x