Skip to content

Commit c90db42

Browse files
authored
Merge pull request #69273 from al45tair/eng/PR-116790881-disable-test
[Test][Backtracing] Disable FatalError test for macOS.
2 parents 1d13194 + 6e9151f commit c90db42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Backtracing/FatalError.swift

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

1313
func level1() {
1414
level2()

0 commit comments

Comments
 (0)