mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -5,9 +5,6 @@
|
||||
|
||||
// REQUIRES: concurrency
|
||||
|
||||
// https://github.com/swiftlang/swift/issues/80582
|
||||
// UNSUPPORTED: OS=windows-msvc
|
||||
|
||||
extension Error {
|
||||
func printMe() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user