File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ Running these tests gives us:
155155``` shell
156156$ cargo test
157157
158- running 3 tests
158+ running 4 tests
159159test tests::test_any_panic ... ok
160160test tests::test_divide ... ok
161161test tests::test_specific_panic ... ok
@@ -179,7 +179,7 @@ $ cargo test test_any_panic
179179running 1 test
180180test tests::test_any_panic ... ok
181181
182- test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 2 filtered out
182+ test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out
183183
184184 Doc-tests tmp-test-should-panic
185185
@@ -193,11 +193,12 @@ tests that should be run.
193193
194194``` shell
195195$ cargo test panic
196- running 2 tests
196+ running 3 tests
197197test tests::test_any_panic ... ok
198198test tests::test_specific_panic ... ok
199+ test tests::test_specific_panic_shorthand ... ok
199200
200- test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out
201+ test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out
201202
202203 Doc-tests tmp-test-should-panic
203204
You can’t perform that action at this time.
0 commit comments