2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-26 07:02:12 +00:00

Converted back to CHECK since warnings not showing up in regression tables.

[SVN r36386]
This commit is contained in:
Roland Schwarz
2006-12-14 17:49:21 +00:00
parent cb3f3a1f64
commit 595bbee41e

View File

@@ -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
}