Thank you On Oct 12, 3:35 am, Ivan Lazar Miljenovic <ivan.miljeno...@gmail.com> wrote: > On 12 October 2011 09:25, mukesh tiwari <mukeshtiwari.ii...@gmail.com> wrote: > > > Hello everyone > > I was going through this > > tutorial http://hunit.sourceforge.net/HUnit-1.0/Guide.html and just wrote > > some simple code but i am getting error > > > ghci>let test1 = TestCase (assertEqual " equal " 3 ( id 3 )) > > ghci>let tests = [ TestLabel "test 1" test1 ] > > This should be: ghci>let tests = TestList [ TestLabel "test 1" test1 ] > Notice the missing "TestList" constructor! > > -- > Ivan Lazar Miljenovic > ivan.miljeno...@gmail.com > IvanMiljenovic.wordpress.com > > _______________________________________________ > Haskell-Cafe mailing list > Haskell-C...@haskell.orghttp://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe