Skip to content

Commit 39af9ba

Browse files
authored
Merge pull request #37646 from varungandhi-apple/vg-xfail-windows
Xfail async test on Windows.
2 parents a3e4f1a + f949909 commit 39af9ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/async_dynamic_replacement.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend %s -emit-ir -disable-objc-interop | %FileCheck %s
22

3+
// Windows does not do swiftailcc
4+
// XFAIL: OS=windows-msvc
5+
36
// REQUIRES: concurrency
47

58
public dynamic func number() async -> Int {

0 commit comments

Comments
 (0)