
11 Oct
2011
11 Oct
'11
7:09 p.m.
Thank you
On Oct 12, 3:35 am, Ivan Lazar Miljenovic
On 12 October 2011 09:25, mukesh tiwari
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