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 a18abb7 commit 8134567Copy full SHA for 8134567
test/Interop/Cxx/foreign-reference/reference-counted.swift
@@ -1,7 +1,8 @@
1
// RUN: %target-run-simple-swift(-I %S/Inputs/ -Xfrontend -enable-experimental-cxx-interop -Xfrontend -validate-tbd-against-ir=none -Xfrontend -disable-llvm-verify -g)
2
//
3
// REQUIRES: executable_test
4
-// XFAIL: OS=windows-msvc
+// TODO: This should work without ObjC interop in the future rdar://97497120
5
+// REQUIRES: objc_interop
6
7
import StdlibUnittest
8
import ReferenceCounted
0 commit comments