Skip to content

Commit af77c42

Browse files
committed
Remove panic-runtime opt-out
1 parent 1511df2 commit af77c42

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

src/test/run-pass/panic-runtime/abort-link-to-unwinding-crates.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
// ignore-cloudabi no processes
1515
// ignore-emscripten no processes
1616

17-
// FIXME(varkor): remove this
18-
// ignore-macos
19-
2017
extern crate exit_success_if_unwind;
2118

2219
use std::process::Command;

src/test/run-pass/panic-runtime/abort.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// ignore-cloudabi no processes
1414
// ignore-emscripten no processes
1515

16-
// FIXME(varkor): remove this
17-
// ignore-macos
18-
1916
use std::process::Command;
2017
use std::env;
2118

src/test/run-pass/panic-runtime/link-to-abort.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// compile-flags:-C panic=abort
1212
// no-prefer-dynamic
1313

14-
// FIXME(varkor): remove this
15-
// ignore-macos
16-
1714
#![feature(panic_abort)]
1815

1916
extern crate panic_abort;

0 commit comments

Comments
 (0)