2019-11-17 07:40:34 -06:00
|
|
|
// ignore-test: Abort panics are not yet supported
|
2017-02-09 03:59:42 -06:00
|
|
|
//error-pattern: the evaluated program panicked
|
2019-04-14 20:02:55 -05:00
|
|
|
// compile-flags: -C panic=abort
|
2017-02-09 03:59:42 -06:00
|
|
|
|
|
|
|
fn main() {
|
2019-02-06 04:39:16 -06:00
|
|
|
core::panic!("{}-panicking from libcore", 42);
|
2017-02-09 03:59:42 -06:00
|
|
|
}
|