Skip to content

Commit bb138a1

Browse files
committed
Disable consuming-parameter-in-cxx.swift
1 parent ab3a651 commit bb138a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Interop/SwiftToCxx/ownership/consuming-parameter-in-cxx.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %target-swift-frontend %s -typecheck -module-name Init -clang-header-expose-decls=all-public -emit-clang-header-path %t/inits-evo.h -enable-library-evolution
77
// RUN: %FileCheck %s < %t/inits-evo.h
88
// RUN: %check-interop-cxx-header-in-clang(%t/inits-evo.h)
9+
// REQUIRES: rdar117805261
910

1011
public final class AKlass {
1112
public init() {}

0 commit comments

Comments
 (0)