mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Fix unit tests.
This commit is contained in:
parent
a2ca161024
commit
ec06dd78f9
5 changed files with 138 additions and 132 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue