Use macro in one of the tests

This commit is contained in:
Nils O. Selåsdal
2013-03-07 21:40:43 +01:00
parent 40f34b2bcd
commit ad72894380
+1 -1
View File
@@ -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;