Skip to content

Commit 8134567

Browse files
committed
[nfc] Require ObjC interop for one test.
1 parent a18abb7 commit 8134567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

67
import StdlibUnittest
78
import ReferenceCounted

0 commit comments

Comments
 (0)