From d4927e8f074c8f3b6a28a4f22f344ca27a98cb28 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Wed, 12 Sep 2018 22:25:54 +0100 Subject: Fix for hanging W64 builds from llcorehttp refcount tests --- indra/llcorehttp/tests/test_refcounted.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llcorehttp/tests/test_refcounted.hpp') 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_ -- cgit v1.2.3