diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2019-12-18 13:03:00 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 19:25:42 -0400 |
commit | 4a046b844bea9edd3edf22d4ae1325817c90b881 (patch) | |
tree | 4d710777c2f8916240effa3019b85787c32ca5c1 | |
parent | 871c0cfe9d74d4d1a508f911c341175e8ad46529 (diff) |
DRTVWR-476: Re-enable LLInstanceTracker tests disabled months ago.
-rw-r--r-- | indra/llcommon/tests/llinstancetracker_test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 |