Tests: Re-enable async_sequence_existential.swift on Windows.

The fix in https://github.com/swiftlang/swift/pull/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 https://github.com/swiftlang/swift/issues/80582.
This commit is contained in:
Allan Shortlidge
2025-04-15 08:44:03 -07:00
parent 87ca0f8680
commit a75aaf3463

View File

@@ -5,9 +5,6 @@
// REQUIRES: concurrency
// https://github.com/swiftlang/swift/issues/80582
// UNSUPPORTED: OS=windows-msvc
extension Error {
func printMe() { }
}