Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/1a8a3350c4b93ddbd9c4a248658c88715f603d21 >--------------------------------------------------------------- commit 1a8a3350c4b93ddbd9c4a248658c88715f603d21 Author: Iavor S. Diatchki <[email protected]> Date: Sat Mar 24 20:39:46 2012 -0700 Update test to reflect printing of imported/exported type operators. >--------------------------------------------------------------- tests/rename/should_compile/T4239.stdout | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/rename/should_compile/T4239.stdout b/tests/rename/should_compile/T4239.stdout index a60e8a4..25623f0 100644 --- a/tests/rename/should_compile/T4239.stdout +++ b/tests/rename/should_compile/T4239.stdout @@ -1 +1 @@ -import T4239A ( (:+++)((:+++), (:---), X) ) +import T4239A ( type (:+++)((:+++), (:---), X) ) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
