We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30545bc commit 44d8ae6Copy full SHA for 44d8ae6
test/Interop/Cxx/templates/class-template-variadic.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop)
2
//
3
// REQUIRES: executable_test
4
+//
5
+// We can't yet call member functions correctly on Windows (SR-13129).
6
+// XFAIL: OS=windows-msvc
7
8
import ClassTemplateVariadic
9
import StdlibUnittest
0 commit comments