X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Frn002.hs;fp=ghc%2Fcompiler%2Ftests%2Frename%2Frn002.hs;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=51a09b65c2ba86bce38630edfabca7174ae35aa6;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/rn002.hs b/ghc/compiler/tests/rename/rn002.hs deleted file mode 100644 index 51a09b6..0000000 --- a/ghc/compiler/tests/rename/rn002.hs +++ /dev/null @@ -1,4 +0,0 @@ ---!!! split definition of f (error) -f [] = [] -g x = x -f (x:xs) = []