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:
parent
e544e25ee5
commit
7613d5be61
1 changed files with 0 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue