[Distributed] Support complex generic distributed actors in thunk gen (#70842)

This commit is contained in:
Konrad `ktoso` Malawski
2024-01-28 18:26:52 +09:00
committed by GitHub
parent 5a67adde2d
commit dfdbe457bf
8 changed files with 111 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
// RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -disable-availability-checking %S/../Inputs/FakeDistributedActorSystems.swift
// RUN: %target-build-swift -module-name main -Xfrontend -disable-availability-checking -j2 -parse-as-library -I %t %s %S/../Inputs/FakeDistributedActorSystems.swift -o %t/a.out
// RUN: %target-codesign %t/a.out
// RUN: %target-run %t/a.out | %FileCheck %s --color --dump-input=always
// RUN: %target-run %t/a.out | %FileCheck %s --color
// REQUIRES: executable_test
// REQUIRES: concurrency