File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
44actor SomeActor { }
You can’t perform that action at this time.
0 commit comments