From bb29bab2aa0852a8c83cb9ac4d3c4ce685ac3673 Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Thu, 21 Nov 2024 09:41:26 +0100 Subject: [PATCH] TEST: Move test_rwlocks.pl from `library` to `thread` test dir. This test should not run in the single threaded version. --- src/Tests/{library => thread}/test_rwlocks.pl | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Tests/{library => thread}/test_rwlocks.pl (100%) diff --git a/src/Tests/library/test_rwlocks.pl b/src/Tests/thread/test_rwlocks.pl similarity index 100% rename from src/Tests/library/test_rwlocks.pl rename to src/Tests/thread/test_rwlocks.pl