Skip to content

Commit 6e9151f

Browse files
committed
[Test][Backtracing] Only disable FatalError for macOS.
Actually, we only need to disable this for macOS. It should be fine on Linux.
1 parent 4e6ad2e commit 6e9151f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Backtracing/FatalError.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
// UNSUPPORTED: asan
99
// REQUIRES: executable_test
1010
// REQUIRES: backtracing
11-
// REQUIRES: OS=macosx || OS=linux-gnu
12-
// REQUIRES: rdar116790881
11+
// REQUIRES: OS=linux-gnu
1312

1413
func level1() {
1514
level2()

0 commit comments

Comments
 (0)