Skip to content

Commit a75aaf3

Browse files
committed
Tests: Re-enable async_sequence_existential.swift on Windows.
The fix in #80685 (using `-o` to write the output to a file, instead of relying on stdout/stderr redirection) seems to have addressed this issue on other bots. Resolves #80582.
1 parent 87ca0f8 commit a75aaf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/Concurrency/async_sequence_existential.swift

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

66
// REQUIRES: concurrency
77

8-
// https://github.com/swiftlang/swift/issues/80582
9-
// UNSUPPORTED: OS=windows-msvc
10-
118
extension Error {
129
func printMe() { }
1310
}

0 commit comments

Comments
 (0)