Skip to content

Commit 86b8c70

Browse files
authored
Merge pull request #73766 from atrick/disable-cxx-test
Disable test/Interop/Cxx/class/move-only/inherited-field-access-silge…
2 parents e1a82f6 + 51e272f commit 86b8c70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interop/Cxx/class/move-only/inherited-field-access-silgen.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=swift-6 %s -validate-tbd-against-ir=none | %FileCheck %s
22
// RUN: %target-swift-emit-sil -I %S/Inputs -cxx-interoperability-mode=upcoming-swift %s -validate-tbd-against-ir=none | %FileCheck %s
33

4+
// REQUIRES: rdar128424443
5+
46
import MoveOnlyCxxValueType
57

68
func testGetX() -> CInt {

0 commit comments

Comments
 (0)