From d1b2a87b92f07b4978bbd33b00530ef6c9bcd8a0 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 1 Feb 2025 19:47:55 +0000 Subject: [PATCH] Updates to CI scripts --- test/test_atomic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_atomic.cpp b/test/test_atomic.cpp index 79372798..a4f16fd1 100644 --- a/test/test_atomic.cpp +++ b/test/test_atomic.cpp @@ -96,7 +96,7 @@ namespace //#endif } -//#if ETL_NOT_USING_STL && (defined(ETL_COMPILER_ARM5) || defined(ETL_COMPILER_ARM6) || defined(ETL_COMPILER_GCC) || defined(ETL_COMPILER_CLANG)) +//#if ETL_NOT_USING_STL && ETL_HAS_ATOMIC // //************************************************************************* // TEST(test_atomic_is_always_lock_free) // {