Skip to content

Commit 31b95f7

Browse files
authored
Merge pull request #16072 from aschwaighofer/disable_failing_test
Disable test/stdlib/ErrorBridgedStatic.swift on no_asserts builds
2 parents e77c715 + e75f69b commit 31b95f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/ErrorBridgedStatic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// REQUIRES: objc_interop
99
// REQUIRES: static_stdlib
1010

11+
// rdar://39473208
12+
// REQUIRES: asserts
13+
1114
import StdlibUnittest
1215

1316
class Bar: Foo {

0 commit comments

Comments
 (0)