Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
upgrade test dependencie 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslantalpa committed Oct 20, 2017
1 parent 35daa58 commit 686941e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ fn add_test<F: FnOnce() + Send + 'static>(tests: &mut Vec<TestDescAndFn>, name:
desc: TestDesc {
name: test::DynTestName(name),
ignore: false,
should_panic: test::ShouldPanic::No
should_panic: test::ShouldPanic::No,
allow_fail: false
},
testfn: TestFn::dyn_test_fn(test)
});
Expand Down

0 comments on commit 686941e

Please sign in to comment.