From 2afda4d2e520452ef561bb8b8d8804038dc27783 Mon Sep 17 00:00:00 2001 From: Simon Evans Date: Sun, 29 Nov 2020 22:52:35 +0000 Subject: [PATCH] SR-9384: Revert disabling test-static-stdlib.test - Make sure the test is only run on Linux as -static-stdlib doesnt work on Apple platforms anymore. --- test-static-stdlib/test-static-stdlib.test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test-static-stdlib/test-static-stdlib.test b/test-static-stdlib/test-static-stdlib.test index 163aeda..a22601f 100644 --- a/test-static-stdlib/test-static-stdlib.test +++ b/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