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 1
1
// 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
3
3
// RUN: %target-codesign %t/voucher_propagation
4
4
// RUN: MallocStackLogging=1 %target-run %t/voucher_propagation
5
5
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
2
2
// REQUIRES: concurrency
3
3
4
4
actor SomeActor { }
You can’t perform that action at this time.
0 commit comments