blob: 57c0c1af031b2dad9153cde20a9334d065f7d8c6 [file] [log] [blame] [edit]
// FIXME: if/when the output of the test harness can be tested on its own, this test should be
// adapted to use that, and that normalize line can go away
//@ failure-status: 101
//@ compile-flags:--test -Z unstable-options --remap-path-prefix={{src-base}}=remapped_path --test-args --test-threads=1
//@ rustc-env:RUST_BACKTRACE=0
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ normalize-stdout-test: "exit (status|code): 101" -> "exit status: 101"
// doctest fails at runtime
/// ```
/// panic!("oh no");
/// ```
pub struct SomeStruct;