summaryrefslogtreecommitdiff
path: root/libs/math/test/test_chi_squared.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/math/test/test_chi_squared.cpp')
-rw-r--r--libs/math/test/test_chi_squared.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/math/test/test_chi_squared.cpp b/libs/math/test/test_chi_squared.cpp
index a62c2ba077..f4d26a98ab 100644
--- a/libs/math/test/test_chi_squared.cpp
+++ b/libs/math/test/test_chi_squared.cpp
@@ -535,7 +535,7 @@ int test_main(int, char* [])
test_spots(0.0); // Test double.
#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
test_spots(0.0L); // Test long double.
-#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x582))
+#if !defined(BOOST_MATH_NO_REAL_CONCEPT_TESTS)
test_spots(boost::math::concepts::real_concept(0.)); // Test real concept.
#endif
#endif