diff options
Diffstat (limited to 'indra/llcorehttp/tests')
-rw-r--r-- | indra/llcorehttp/tests/test_refcounted.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcorehttp/tests/test_refcounted.hpp b/indra/llcorehttp/tests/test_refcounted.hpp index cb4b50287a..6a516f60c0 100644 --- a/indra/llcorehttp/tests/test_refcounted.hpp +++ b/indra/llcorehttp/tests/test_refcounted.hpp @@ -30,6 +30,7 @@ #include "test_allocator.h" +#if WANT_TESTS_WITH_RACES_THAT_HANG using namespace LLCoreInt; namespace tut @@ -152,5 +153,6 @@ namespace tut ensure(mMemTotal == (GetMemTotal() - sizeof(RefCounted))); } } +#endif #endif // TEST_LLCOREINT_REF_COUNTED_H_ |