From 5f4caacdd47d660c239317b67c95ee3f2db2045f Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 11 May 2023 12:09:51 +0100 Subject: [PATCH] [5.9] Re-enable test-static-stdlib.test This test was disabled for a while, which led to static linking regressions on Linux. It should be re-enabled for us to make sure that this feature works as intended. --- test-static-stdlib/test-static-stdlib.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-static-stdlib/test-static-stdlib.test b/test-static-stdlib/test-static-stdlib.test index 163aeda..1950429 100644 --- a/test-static-stdlib/test-static-stdlib.test +++ b/test-static-stdlib/test-static-stdlib.test @@ -1,5 +1,4 @@ - -REQUIRES: SR9384 +REQUIRES: platform=Linux RUN: rm -rf %t RUN: mkdir -p %t