From 6cc1a2339ce0596acc6dc1f35e81b0b371e3b72f Mon Sep 17 00:00:00 2001 From: Simon Evans Date: Tue, 6 Jun 2023 00:03:49 +0100 Subject: [PATCH] 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. --- 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