Skip to content

Commit 08c8393

Browse files
nickolas-pohiletsktoso
authored andcommitted
Add experimental flag to 2 more tests
1 parent b9319d8 commit 08c8393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Concurrency/voucher_propagation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -Xfrontend -disable-availability-checking -o %t/voucher_propagation
2+
// RUN: %target-build-swift %s -Xfrontend -disable-availability-checking -enable-experimental-feature IsolatedDeinit -o %t/voucher_propagation
33
// RUN: %target-codesign %t/voucher_propagation
44
// RUN: MallocStackLogging=1 %target-run %t/voucher_propagation
55

test/attr/global_actor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -typecheck -verify %s -disable-availability-checking -package-name myPkg
1+
// RUN: %target-swift-frontend -typecheck -verify %s -disable-availability-checking -package-name myPkg -enable-experimental-feature IsolatedDeinit
22
// REQUIRES: concurrency
33

44
actor SomeActor { }

0 commit comments

Comments
 (0)