From 595bbee41e1c20da9eacc92cdcf0eebcdee6a0df Mon Sep 17 00:00:00 2001 From: Roland Schwarz Date: Thu, 14 Dec 2006 17:49:21 +0000 Subject: [PATCH] Converted back to CHECK since warnings not showing up in regression tables. [SVN r36386] --- test/test_tss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_tss.cpp b/test/test_tss.cpp index ef2ec697..2eb8a015 100644 --- a/test/test_tss.cpp +++ b/test/test_tss.cpp @@ -149,7 +149,7 @@ void do_test_tss() // only when bound to the static version of the thread lib. // 2006-10-15 Roland Schwarz //BOOST_CHECK_EQUAL(tss_instances, 0); - BOOST_WARN_MESSAGE(tss_instances ==0, "Support of automatic tss cleanup for native threading API"); + BOOST_CHECK_MESSAGE(tss_instances ==0, "Support of automatic tss cleanup for native threading API not available"); BOOST_CHECK_EQUAL(tss_total, 5); #endif }