diff --git a/indra/llcommon/tests/llframetimer_test.cpp b/indra/llcommon/tests/llframetimer_test.cpp index c36b6a1c4274dfcfd97f3eff1aba7589b21d3623..be372bb8555ffa5552d3b91af27ce6b78aa7da89 100755 --- a/indra/llcommon/tests/llframetimer_test.cpp +++ b/indra/llcommon/tests/llframetimer_test.cpp @@ -83,7 +83,7 @@ namespace tut } template<> template<> void frametimer_object_t::test<3>() - { + { clock_t t1 = clock(); ms_sleep(200); clock_t t2 = clock();