Skip to content

Commit 4431403

Browse files
committed
[build-wrangler] Disable a test when we are not compiling with an optimized stdlib to get the build green.
rdar://128858036
1 parent ae7e24d commit 4431403

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Concurrency/async_sequence_existential.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
// REQUIRES: concurrency
66

7+
// Fails with an unoptimized stdlib currently.
8+
// rdar://128858036
9+
//
10+
// REQUIRES: optimized_stdlib
11+
712
extension Error {
813
func printMe() { }
914
}

0 commit comments

Comments
 (0)