Skip to content

Commit 5a46851

Browse files
committed
improve test_snip a bit
1 parent 5e75ea1 commit 5a46851

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

test/workspaces/test_snip.def

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,9 @@ tests = concat [
8686
}
8787

8888
main
89-
= [
90-
map (const '.') pass,
91-
map print_fail fail,
92-
"\n"
93-
]
89+
= (map (const '.') pass) ++
90+
"\n" ++
91+
(join_sep "\n" (map print_fail fail))
9492
{
9593
split fn l
9694
= foldr split_item [[], []] l

0 commit comments

Comments
 (0)