diff options
author | Oz Linden <oz@lindenlab.com> | 2014-11-14 22:34:13 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-11-14 22:34:13 -0500 |
commit | a74d0d44d15d5cdc8f86b1b80153721415afa82e (patch) | |
tree | fa0508e51e2fc3dd6d6c75c9cf96b71cc3b4941e /indra | |
parent | 6b4916fc758ba1ab70cced59b8fb959e241b984a (diff) |
remove skip from llframetimer_test now that it is fixed
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llcommon/tests/llframetimer_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llframetimer_test.cpp b/indra/llcommon/tests/llframetimer_test.cpp index 47e7913cf9..46fc4ce93a 100755 --- a/indra/llcommon/tests/llframetimer_test.cpp +++ b/indra/llcommon/tests/llframetimer_test.cpp @@ -84,7 +84,6 @@ namespace tut template<> template<> void frametimer_object_t::test<3>() { - skip("fails with Xcode 6.x builds"); F64 seconds_since_epoch = LLFrameTimer::getTotalSeconds(); seconds_since_epoch += 2.0; LLFrameTimer timer; |