Skip to content

Commit

Permalink
libtomlc99/test: un-blacklist segfaulting teset
Browse files Browse the repository at this point in the history
After backporting upstream fix, we can un-blacklist the
test input that was triggering segfault.
  • Loading branch information
garlick committed Nov 18, 2017
1 parent b42ed9c commit d169d55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libtomlc99/toml_tap.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ struct entry {
};

const struct entry bad_input_blacklist[] = {
{ "table-array-implicit.toml" , "segfault, cktan/tomlc99#3" },
{ NULL, NULL },
};

Expand Down

0 comments on commit d169d55

Please sign in to comment.