From: Fred T. Hamster Date: Wed, 18 Feb 2026 15:19:30 +0000 (-0500) Subject: turned off noisier debugging in mutex test X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=0595f2b082c3f965de0d24fbcfd54193a0c5ba4f;p=feisty_meow.git turned off noisier debugging in mutex test the callstack tracker testing is still in place there, if callstack tracking is enabled. --- diff --git a/nucleus/library/tests_basis/test_mutex.cpp b/nucleus/library/tests_basis/test_mutex.cpp index 3d6867a5..976b71ee 100644 --- a/nucleus/library/tests_basis/test_mutex.cpp +++ b/nucleus/library/tests_basis/test_mutex.cpp @@ -44,7 +44,7 @@ using namespace unit_test; class test_mutex; // forward. -#define DEBUG_MUTEX +//#define DEBUG_MUTEX // uncomment for a verbose test run. const int MAX_MUTEX_TIMING_TEST = 2000000;