rust/src/test/ui/test-thread-capture.run.stdout
2020-10-26 14:35:38 -07:00

21 lines
394 B
Text

running 2 tests
test thready_fail ... FAILED
test thready_pass ... ok
failures:
---- thready_fail stdout ----
fee
fie
foe
fum
thread 'main' panicked at 'explicit panic', $DIR/test-thread-capture.rs:30:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
failures:
thready_fail
test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out