Remove duplicate test [minor]

Apparently a copy-and-paste error --- we were running one test twice.
Remove the second test, since I can't think of any reason we would need it.
This commit is contained in:
Chris White 2020-10-26 21:45:20 -04:00
parent e544e25ee5
commit 7613d5be61

View file

@ -127,14 +127,6 @@ run_produces_ok('ident query (existent, macro, not documented)',
],
MUST_SUCCEED);
run_produces_ok('ident query (existent, macro, not documented)',
[$tenv->query_py, qw(v5.4 ident MEMBLOCK_LOW_LIMIT C)], # memblock.h:343
[
qr{^Documented in:},
{doc => { not => qr{/} }}
],
MUST_SUCCEED);
# Specific cases from #134
# Like regmap_update_bits_base()