Skip to content

Commit 2b92a03

Browse files
authored
Merge pull request #73790 from apple/egorzhdan/frt-test-linux
[cxx-interop] Enable a test for reference types on Linux
2 parents 639a2c3 + 30cd489 commit 2b92a03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Interop/Cxx/foreign-reference/reference-counted.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none -Xfrontend -disable-llvm-verify -Xfrontend -disable-availability-checking -O)
33
//
44
// REQUIRES: executable_test
5-
// TODO: This should work without ObjC interop in the future rdar://97497120
6-
// REQUIRES: objc_interop
5+
// XFAIL: OS=windows-msvc
76

87
import StdlibUnittest
98
import ReferenceCounted

0 commit comments

Comments
 (0)