From 0cf1e7c0598c5daee6d63c8b0dff0d9d67899fec Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 19 Mar 2025 10:35:58 +1100 Subject: [PATCH] tests/thread: Rename thread_lock4 test to thread_lock4_intbig. Relies on arbitrary precision math, so won't run on a port which has threads & limited bigint support. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton --- tests/thread/{thread_lock4.py => thread_lock4_intbig.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/thread/{thread_lock4.py => thread_lock4_intbig.py} (100%) diff --git a/tests/thread/thread_lock4.py b/tests/thread/thread_lock4_intbig.py similarity index 100% rename from tests/thread/thread_lock4.py rename to tests/thread/thread_lock4_intbig.py