Skip to content

Commit 1c19c15

Browse files
committed
[interop][SwiftToCxx] actor tests require Concurrency
1 parent 917dbaa commit 1c19c15

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/Interop/SwiftToCxx/class/swift-actor-execution.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
// REQUIRES: executable_test
2222

23+
// REQUIRES: concurrency
24+
2325
#include <assert.h>
2426
#include "actor.h"
2527
#include <cstdio>

test/Interop/SwiftToCxx/class/swift-actor-in-cxx.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
// RUN: %check-interop-cxx-header-in-clang(%t/actor-evo.h)
1111

12+
// REQUIRES: concurrency
13+
1214
@_expose(Cxx)
1315
public final actor ActorWithField {
1416
var field: Int64

0 commit comments

Comments
 (0)