Skip to content

Commit b6579a9

Browse files
committed
test
1 parent 722e498 commit b6579a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/unit_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,6 +2289,7 @@ static void test_time()
22892289
{
22902290
s64 t = time::now();
22912291
os::sleep(32);
2292+
printf("diff %f\n", time::seconds(time::now() - t));
22922293
ENSURE(time::seconds(time::now() - t) >= 0.032);
22932294
}
22942295
}

0 commit comments

Comments
 (0)