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.
2 parents 5de9eff + a443327 commit 5f6f46fCopy full SHA for 5f6f46f
test/Interop/Cxx/operators/member-inline-irgen.swift
@@ -1,6 +1,6 @@
1
// RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-cxx-interop | %FileCheck %s
2
//
3
-// We can't yet call member functions correctly on Windows.
+// We can't yet call member functions correctly on Windows (SR-13129).
4
// XFAIL: OS=windows-msvc
5
6
import MemberInline
test/Interop/Cxx/operators/member-inline.swift
@@ -2,7 +2,7 @@
// REQUIRES: executable_test
7
8
0 commit comments