Remove unused variable from test tests
This commit is contained in:
parent
a411c865b2
commit
a52c3e0444
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ fn do_not_run_ignored_tests() {
|
|||
fn = f,
|
||||
ignore = true);
|
||||
|
||||
auto res = test::run_test(desc);
|
||||
test::run_test(desc);
|
||||
|
||||
assert ran == false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue