Enable backtrace tests for macOS and iOS

This commit is contained in:
John Colanduoni 2017-07-23 08:53:06 -07:00 committed by kennytm
parent e8121b3d16
commit cd24162667
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 1 additions and 3 deletions

View File

@ -33,9 +33,7 @@ macro_rules! dump_and_die {
($($pos:expr),*) => ({
// FIXME(#18285): we cannot include the current position because
// the macro span takes over the last frame's file/line.
if cfg!(any(target_os = "macos",
target_os = "ios",
target_os = "android",
if cfg!(any(target_os = "android",
all(target_os = "linux", target_arch = "arm"),
target_os = "freebsd",
target_os = "dragonfly",