]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch11-writing-automated-tests/no-listing-08-guess-with-bug/output.txt
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / book / listings / ch11-writing-automated-tests / no-listing-08-guess-with-bug / output.txt
CommitLineData
74b04a01
XL
1$ cargo test
2 Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
3 Finished test [unoptimized + debuginfo] target(s) in 0.62s
4 Running target/debug/deps/guessing_game-57d70c3acb738f4d
5
6running 1 test
7test tests::greater_than_100 ... FAILED
8
9failures:
10
11---- tests::greater_than_100 stdout ----
12note: test did not panic as expected
13
14failures:
15 tests::greater_than_100
16
6a06907d 17test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74b04a01
XL
18
19error: test failed, to rerun pass '--lib'