Skip to content

Commit

Permalink
SR-9384: Revert disabling test-static-stdlib.test (#78)
Browse files Browse the repository at this point in the history
Make sure the test is only run on Linux as -static-stdlib doesn't work on Apple platforms anymore.
  • Loading branch information
spevans committed Jun 5, 2023
1 parent eef4487 commit 6cc1a23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test-static-stdlib/test-static-stdlib.test
@@ -1,6 +1,4 @@

REQUIRES: SR9384

REQUIRES: platform=Linux
RUN: rm -rf %t
RUN: mkdir -p %t
RUN: %{swiftc} -static-stdlib %S/main.swift -o %t/main
Expand Down

0 comments on commit 6cc1a23

Please sign in to comment.