Skip to content

Commit c477dad

Browse files
authored
Mark unsupported-decls-in-cxx as REQUIRES: distributed (#62452)
The test tries to import Distributed, but it will fail to pass if the compiler/stdlib has not been built with experimental distributed support.
1 parent 3204e2a commit c477dad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Interop/SwiftToCxx/unsupported/unsupported-decls-in-cxx.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// RUN: %target-swift-frontend %t/clean.swift -typecheck -module-name Functions -clang-header-expose-decls=all-public -disable-availability-checking -emit-clang-header-path %t/header.h
66
// RUN: %FileCheck %s < %t/header.h
77

8-
// REQUIRES: concurrency
8+
// REQUIRES: concurrency
9+
// REQUIRES: distributed
910

1011
// CHECK-NOT: Unsupported
1112
// CHECK: supported

0 commit comments

Comments
 (0)