Skip to content
Snippets Groups Projects
Commit c61a4720 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

test_config.c: log which address should have failed

parent 24544a10
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,8 @@ static void
bad_bridge_line_test(const char *string)
{
bridge_line_t *bridge_line = parse_bridge_line(string);
if (bridge_line)
TT_FAIL(("%s was supposed to fail, but it didn't.", string));
test_assert(!bridge_line);
done:
......
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