Fix unit tests.

This commit is contained in:
Daniel Buckmaster 2015-02-11 10:17:19 +11:00
parent a2ca161024
commit ec06dd78f9
5 changed files with 138 additions and 132 deletions

View file

@ -33,10 +33,10 @@ TEST(Profiler, ProfileStartEnd)
// Do work.
if(true)
{
PROFILE_END(ProfileStartEndTest);
PROFILE_END();
return;
}
PROFILE_END(ProfileStartEndTest);
PROFILE_END();
}
TEST(Profiler, ProfileScope)