Skip to content

Commit 6cc1a23

Browse files
authored
SR-9384: Revert disabling test-static-stdlib.test (#78)
Make sure the test is only run on Linux as -static-stdlib doesn't work on Apple platforms anymore.
1 parent eef4487 commit 6cc1a23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test-static-stdlib/test-static-stdlib.test

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
2-
REQUIRES: SR9384
3-
1+
REQUIRES: platform=Linux
42
RUN: rm -rf %t
53
RUN: mkdir -p %t
64
RUN: %{swiftc} -static-stdlib %S/main.swift -o %t/main

0 commit comments

Comments
 (0)