Use macro in one of the tests
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ START_TEST (test_settable_clock)
|
||||
fail_if(tv.tv_sec != 10001);
|
||||
fail_if(tv.tv_usec != 1002);
|
||||
|
||||
my_clock.clock.now(&my_clock.clock, &tv);
|
||||
UCORE_CLOCK_NOW(&my_clock.clock, &tv);
|
||||
|
||||
tv_tmp.tv_sec = 123456789;
|
||||
tv_tmp.tv_usec = 44;
|
||||
|
||||
Reference in New Issue
Block a user