mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-24 05:13:29 +08:00
24 lines
661 B
Plaintext
24 lines
661 B
Plaintext
$ cargo test
|
|
Compiling adder v0.1.0 (file:///projects/adder)
|
|
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.72s
|
|
Running unittests src/lib.rs (target/debug/deps/adder-92948b65e88960b4)
|
|
|
|
running 2 tests
|
|
test tests::another ... FAILED
|
|
test tests::exploration ... ok
|
|
|
|
failures:
|
|
|
|
---- tests::another stdout ----
|
|
thread 'tests::another' panicked at src/lib.rs:17:9:
|
|
Make this test fail
|
|
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
|
|
|
|
|
failures:
|
|
tests::another
|
|
|
|
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
|
|
|
|
error: test failed, to rerun pass `--lib`
|