Remove unused variable from test tests
This commit is contained in:
parent
a411c865b2
commit
a52c3e0444
@ -15,7 +15,7 @@ fn do_not_run_ignored_tests() {
|
|||||||
fn = f,
|
fn = f,
|
||||||
ignore = true);
|
ignore = true);
|
||||||
|
|
||||||
auto res = test::run_test(desc);
|
test::run_test(desc);
|
||||||
|
|
||||||
assert ran == false;
|
assert ran == false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user