git @ Cat's Eye Technologies
Falderal
/
8f99ded
Fix bug in failure-dumper.
catseye
13 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
Test/Falderal/Reporter/FailureDump.hs
less
more
43
43
putStrLn (show id)
44
44
putStrLn ((show lineCount) ++ " output.txt")
45
45
putStrLn text
46
report rest
46
47
report (_:rest) =
47
48
report rest
48
49