Skip to content

Commit 6fca8aa

Browse files
Enable backtrace tests for macOS and iOS
1 parent df79cd9 commit 6fca8aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/run-pass/backtrace-debuginfo.rs

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

0 commit comments

Comments
 (0)