From 0595f2b082c3f965de0d24fbcfd54193a0c5ba4f Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Wed, 18 Feb 2026 10:19:30 -0500 Subject: [PATCH] turned off noisier debugging in mutex test the callstack tracker testing is still in place there, if callstack tracking is enabled. --- nucleus/library/tests_basis/test_mutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0