Skip to content

Commit 38371cd

Browse files
authored
Merge pull request #73508 from apple/egorzhdan/witness-table-test
[cxx-interop] Re-enable test for reference types in generic contexts
2 parents 396b055 + 961a2e2 commit 38371cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Interop/Cxx/foreign-reference/witness-table.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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)
1+
// 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 -g)
22
//
33
// REQUIRES: executable_test
4-
// REQUIRES: rdar95738946
54
// XFAIL: OS=windows-msvc
65

76
import StdlibUnittest

0 commit comments

Comments
 (0)