Skip to content

Commit 7d0062e

Browse files
committed
Guard test to be linux or macOS, surprising build problem on simulator
1 parent 957a95b commit 7d0062e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Distributed/Runtime/distributed_actor_library_evolution_da_protocol_use.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
// REQUIRES: VENDOR=apple
2+
// REQUIRES: OS=macosx || OS=linux-gnu
23
// REQUIRES: concurrency
34
// REQUIRES: distributed
5+
// UNSUPPORTED: use_os_stdlib
46

57
// RUN: %empty-directory(%t)
68
// RUN: split-file %s %t
79

810
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -enable-library-evolution -target %target-cpu-apple-macosx13.0 -parse-as-library -emit-library -emit-module-path %t/Library.swiftmodule -module-name Library %t/library.swift -o %t/%target-library-name(Library)
911
// RUN: %target-build-swift -Xfrontend -validate-tbd-against-ir=all -target %target-cpu-apple-macosx13.0 -parse-as-library -lLibrary -module-name main -I %t -L %t %t/main.swift -o %t/a.out
1012

11-
1213
// RUN: %target-codesign %t/a.out
1314
// RUN: %target-run %t/a.out
1415

0 commit comments

Comments
 (0)