Skip to content

Commit 1602ca5

Browse files
committed
test: Remove superflouous return
1 parent cc238a3 commit 1602ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ pub fn run_tests_console(opts: &TestOpts, tests: Vec<TestDescAndFn>) -> io::Resu
733733
None => {}
734734
}
735735
try!(run_tests(opts, tests, |x| callback(&x, &mut st)));
736-
return st.write_run_finish();
736+
st.write_run_finish()
737737
}
738738

739739
#[test]

0 commit comments

Comments
 (0)