Skip to content

Commit a52c3e0

Browse files
committed
Remove unused variable from test tests
1 parent a411c86 commit a52c3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/stdtest/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fn do_not_run_ignored_tests() {
1515
fn = f,
1616
ignore = true);
1717

18-
auto res = test::run_test(desc);
18+
test::run_test(desc);
1919

2020
assert ran == false;
2121
}

0 commit comments

Comments
 (0)