Skip to content

Commit a7de595

Browse files
authored
Merge pull request swiftlang#80663 from tshortli/disable-async-sequence-existential-on-windows
Tests: Disable `async_sequence_existential.swift` on Windows
2 parents a774ac3 + 2358a8b commit a7de595

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/async_sequence_existential.swift

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

55
// REQUIRES: concurrency
66

7+
// https://github.com/swiftlang/swift/issues/80582
8+
// UNSUPPORTED: OS=windows-msvc
9+
710
extension Error {
811
func printMe() { }
912
}

0 commit comments

Comments
 (0)