Skip to content

Commit dc557b5

Browse files
Duo Wangkavon
authored andcommitted
fix missing test codesign
1 parent 10514eb commit dc557b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -disable-availability-checking %S/../Inputs/FakeDistributedActorSystems.swift
33
// 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
4+
// RUN: %target-codesign %t/a.out
45
// RUN: %target-run %t/a.out | %FileCheck %s --color
56

67
// REQUIRES: executable_test

0 commit comments

Comments
 (0)