Skip to content
Snippets Groups Projects
Commit a74d0d44 authored by Oz Linden's avatar Oz Linden
Browse files

remove skip from llframetimer_test now that it is fixed

parent 6b4916fc
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ namespace tut ...@@ -84,7 +84,6 @@ namespace tut
template<> template<> template<> template<>
void frametimer_object_t::test<3>() void frametimer_object_t::test<3>()
{ {
skip("fails with Xcode 6.x builds");
F64 seconds_since_epoch = LLFrameTimer::getTotalSeconds(); F64 seconds_since_epoch = LLFrameTimer::getTotalSeconds();
seconds_since_epoch += 2.0; seconds_since_epoch += 2.0;
LLFrameTimer timer; LLFrameTimer timer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment