Skip to content
Snippets Groups Projects
Commit ce167cdf authored by Lubos Slovak's avatar Lubos Slovak
Browse files

Minor change to packet tests

parent 40d35e10
No related branches found
No related tags found
No related merge requests found
......@@ -168,10 +168,8 @@ static int test_packet_parse_rest()
knot_packet_new(KNOT_PACKET_PREALLOC_NONE);
assert(packet);
todo();
lives_ok({res = knot_packet_parse_rest(packet);},
"packet: parser rest empty packet");
endtodo;
"packet: parser rest empty packet");
knot_packet_free(&packet);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment