Skip to content

Commit 5f6f46f

Browse files
authored
Merge pull request #32699 from MForster/m/op/bug-reference
2 parents 5de9eff + a443327 commit 5f6f46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interop/Cxx/operators/member-inline-irgen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %target-swift-emit-ir %s -I %S/Inputs -enable-cxx-interop | %FileCheck %s
22
//
3-
// We can't yet call member functions correctly on Windows.
3+
// We can't yet call member functions correctly on Windows (SR-13129).
44
// XFAIL: OS=windows-msvc
55

66
import MemberInline

test/Interop/Cxx/operators/member-inline.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// REQUIRES: executable_test
44
//
5-
// We can't yet call member functions correctly on Windows.
5+
// We can't yet call member functions correctly on Windows (SR-13129).
66
// XFAIL: OS=windows-msvc
77

88
import MemberInline

0 commit comments

Comments
 (0)