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:
155
155
``` shell
156
156
$ cargo test
157
157
158
- running 3 tests
158
+ running 4 tests
159
159
test tests::test_any_panic ... ok
160
160
test tests::test_divide ... ok
161
161
test tests::test_specific_panic ... ok
@@ -179,7 +179,7 @@ $ cargo test test_any_panic
179
179
running 1 test
180
180
test tests::test_any_panic ... ok
181
181
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
183
183
184
184
Doc-tests tmp-test-should-panic
185
185
@@ -193,11 +193,12 @@ tests that should be run.
193
193
194
194
``` shell
195
195
$ cargo test panic
196
- running 2 tests
196
+ running 3 tests
197
197
test tests::test_any_panic ... ok
198
198
test tests::test_specific_panic ... ok
199
+ test tests::test_specific_panic_shorthand ... ok
199
200
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
201
202
202
203
Doc-tests tmp-test-should-panic
203
204
You can’t perform that action at this time.
0 commit comments