X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Frename%2Frn006.stderr;fp=ghc%2Fcompiler%2Ftests%2Frename%2Frn006.stderr;h=0000000000000000000000000000000000000000;hb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;hp=88e35d782eec316b22dc80ef1455b405a532c09c;hpb=5bb05c2781a5b8b0803af9cbbfe1aee028eb593c;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/rename/rn006.stderr b/ghc/compiler/tests/rename/rn006.stderr deleted file mode 100644 index 88e35d7..0000000 --- a/ghc/compiler/tests/rename/rn006.stderr +++ /dev/null @@ -1,38 +0,0 @@ -Renamer stats: 5 interfaces read - 0 class decls imported, out of 17 read - 0 data decls imported (of which 0 abstractly), out of 9 read - 0 newtype decls imported (of which 0 abstractly), out of 0 read - 0 type synonym decls imported, out of 5 read - 0 value signatures imported, out of 1098 read - 0 instance decls imported, out of 114 read - - -================================================================================ -Renamer: -module Test where -{- rec -} -i{-r3J,x-} - x_r3k = j{-r3H,x-} - x_r3k x_r3k -j{-r3H,x-} - x_r3q y_r3s - = k{-r3F,x-} - x_r3q x_r3q y_r3s -k{-r3F,x-} - x_r3A y_r3C z_r3E - = i{-r3J,x-} - z_r3E -{- rec -} -f{-r3K,x-} - x_r3i = g{-r3I,x-} - x_r3i x_r3i -g{-r3I,x-} - x_r3m y_r3o - = h{-r3G,x-} - x_r3m x_r3m y_r3o -h{-r3G,x-} - x_r3u y_r3w z_r3y - = f{-r3K,x-} - z_r3y - -NOTE: Simplifier still going after 4 iterations; bailing out.