diff options
author | Graham Linden <graham@lindenlab.com> | 2018-09-12 22:25:54 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-09-12 22:25:54 +0100 |
commit | d4927e8f074c8f3b6a28a4f22f344ca27a98cb28 (patch) | |
tree | f88b4ae2bea485f50eec80e7f6ad969546e69321 | |
parent | 6b03cd79d4329e79e55ee84381a8b6e85577aa50 (diff) |
Fix for hanging W64 builds from llcorehttp refcount 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_ |