Skip to content

Commit 44d8ae6

Browse files
committed
Skip variadic template test on Windows
1 parent 30545bc commit 44d8ae6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/templates/class-template-variadic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop)
22
//
33
// REQUIRES: executable_test
4+
//
5+
// We can't yet call member functions correctly on Windows (SR-13129).
6+
// XFAIL: OS=windows-msvc
47

58
import ClassTemplateVariadic
69
import StdlibUnittest

0 commit comments

Comments
 (0)