Skip to content

Commit

Permalink
Removed dead code from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgray committed Jul 21, 2011
1 parent 664243f commit f29c2f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/exml_tests.erl
Expand Up @@ -52,11 +52,3 @@ cdata_test() ->
{xml_element_end, <<"test">>}]},
exml:parse(Parser, <<"<test>some_cdata stuff</test>">>, true)),
?assertEqual(ok, exml:free_parser(Parser)).

collect_msgs(Acc) ->
receive
Msg ->
collect_msgs([Msg | Acc])
after 0 ->
lists:reverse(Acc)
end.

0 comments on commit f29c2f5

Please sign in to comment.