diff --git a/src/libtomlc99/toml_tap.c b/src/libtomlc99/toml_tap.c index a342ef85937d..af0ed2afb195 100644 --- a/src/libtomlc99/toml_tap.c +++ b/src/libtomlc99/toml_tap.c @@ -204,7 +204,6 @@ struct entry { }; const struct entry bad_input_blacklist[] = { - { "table-array-implicit.toml" , "segfault, cktan/tomlc99#3" }, { NULL, NULL }, };