Skip to content

Commit 2e8b497

Browse files
authored
Merge pull request #75447 from gottesmm/release/6.0-rdar128858036
[6.0][build-wrangler] Disable a test when we are not compiling with an optimized stdlib to get the build green.
2 parents ae7e24d + 4431403 commit 2e8b497

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)