Remove unused variable from test tests

This commit is contained in:
Brian Anderson 2011-07-16 16:48:33 -07:00
parent a411c865b2
commit a52c3e0444
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}