Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2b1b58204204a17781bd39259055cd05000638b3 >--------------------------------------------------------------- commit 2b1b58204204a17781bd39259055cd05000638b3 Author: Ian Lynagh <ig...@earth.li> Date: Tue May 10 18:56:43 2011 +0100 Accept output for dynamic001 TypeRep's of things in base now use qualified names. >--------------------------------------------------------------- tests/ghc-regress/lib/should_run/dynamic001.stdout | 44 ++++++++++---------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/tests/ghc-regress/lib/should_run/dynamic001.stdout b/tests/ghc-regress/lib/should_run/dynamic001.stdout index c2d365a..83102fc 100644 --- a/tests/ghc-regress/lib/should_run/dynamic001.stdout +++ b/tests/ghc-regress/lib/should_run/dynamic001.stdout @@ -1,27 +1,27 @@ *** Testing: toDyn *** -[ <<Int>> -, <<Char>> -, <<Bool>> -, <<Float>> -, <<Double>> -, <<Integer>> -, <<IO ()>> -, <<[Dynamic]>> -, <<[Int]>> -, <<Maybe Int>> -, <<Maybe Int>> -, <<Maybe Int>> -, <<Either Int Bool>> -, <<Either Char Int>> +[ <<GHC.Types.Int>> +, <<GHC.Types.Char>> +, <<GHC.Types.Bool>> +, <<GHC.Types.Float>> +, <<GHC.Types.Double>> +, <<GHC.Integer.Type.Integer>> +, <<GHC.Types.IO ()>> +, <<[Data.Dynamic.Dynamic]>> +, <<[GHC.Types.Int]>> +, <<Data.Maybe.Maybe GHC.Types.Int>> +, <<Data.Maybe.Maybe GHC.Types.Int>> +, <<Data.Maybe.Maybe GHC.Types.Int>> +, <<Data.Either.Either GHC.Types.Int GHC.Types.Bool>> +, <<Data.Either.Either GHC.Types.Char GHC.Types.Int>> , <<()>> -, <<Ordering>> -, <<((),Int)>> -, <<((),Int,Char)>> -, <<((),Int,Char,Double)>> -, <<((),Int,Char,Double,(Maybe Bool))>> -, <<Int -> Int -> Int>> -, <<Integer -> Integer -> Integer>> -, <<[Char] -> [Char] -> [Char]>> +, <<GHC.Ordering.Ordering>> +, <<((),GHC.Types.Int)>> +, <<((),GHC.Types.Int,GHC.Types.Char)>> +, <<((),GHC.Types.Int,GHC.Types.Char,GHC.Types.Double)>> +, <<((),GHC.Types.Int,GHC.Types.Char,GHC.Types.Double,(Data.Maybe.Maybe GHC.Types.Bool))>> +, <<GHC.Types.Int -> GHC.Types.Int -> GHC.Types.Int>> +, <<GHC.Integer.Type.Integer -> GHC.Integer.Type.Integer -> GHC.Integer.Type.Integer>> +, <<[GHC.Types.Char] -> [GHC.Types.Char] -> [GHC.Types.Char]>> ] *** Testing: fromDyn *** 1 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc