From 4a046b844bea9edd3edf22d4ae1325817c90b881 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 18 Dec 2019 13:03:00 -0500 Subject: DRTVWR-476: Re-enable LLInstanceTracker tests disabled months ago. --- indra/llcommon/tests/llinstancetracker_test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'indra/llcommon') diff --git a/indra/llcommon/tests/llinstancetracker_test.cpp b/indra/llcommon/tests/llinstancetracker_test.cpp index fb6eb5d3b3..9b89159625 100644 --- a/indra/llcommon/tests/llinstancetracker_test.cpp +++ b/indra/llcommon/tests/llinstancetracker_test.cpp @@ -183,7 +183,7 @@ namespace tut ensure_equals("unreported instance", instances.size(), 0); } - /* + template<> template<> void object::test<5>() { @@ -199,7 +199,7 @@ namespace tut // two values to std::ostream ensure(snapshot.begin() == snapshot.end()); } - + template<> template<> void object::test<6>() { @@ -231,7 +231,7 @@ namespace tut // two values to std::ostream ensure(snapshot.begin() == snapshot.end()); } - + template<> template<> void object::test<8>() { @@ -270,5 +270,5 @@ namespace tut { ensure("failed to remove instance", existing.find(&ref) != existing.end()); } - }*/ + } } // namespace tut -- cgit v1.2.3