Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdnazg committed Feb 15, 2019
1 parent 8572763 commit 6baa397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/engine/System/Misc/testSpringTime.cpp
Expand Up @@ -282,7 +282,8 @@ TEST_CASE("ThreadSleepTime")
TEST_CASE("Timer")
{

ScopedTimer t2("test");
TimerNameRegistrar("test");
ScopedTimer t2(hashString("test"));
ScopedOnceTimer t("test");
sleep_spring(500);

Expand Down

0 comments on commit 6baa397

Please sign in to comment.