From 4c4aea6abd680b62132ead1c9cc943e3e489271d Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 20 Nov 2025 17:45:28 +0100 Subject: enable _GLIBCXX_ASSERTIONS for sanitizer tests --- test/math/rho.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/math/rho.cpp') diff --git a/test/math/rho.cpp b/test/math/rho.cpp index 9943a8c..2c8a319 100644 --- a/test/math/rho.cpp +++ b/test/math/rho.cpp @@ -92,7 +92,7 @@ void stress_test() { cerr << FAIL; } } - if (t.time > 100) cerr << "too slow" << FAIL; + if (!sanitize && t.time > 100) cerr << "too slow" << FAIL; cerr << "stress tested: " << t.time << "ms" << endl; } -- cgit v1.2.3