Modified: trunk/testing/Makefile.am (107 => 108)
--- trunk/testing/Makefile.am 2009-11-03 16:18:18 UTC (rev 107)
+++ trunk/testing/Makefile.am 2009-11-03 16:36:18 UTC (rev 108)
@@ -11,6 +11,7 @@
BLOCKS_TESTS= \
dispatch_after \
dispatch_apply \
+ dispatch_drift \
dispatch_group \
dispatch_pingpong \
dispatch_read \
@@ -35,7 +36,6 @@
#
BROKEN_TESTS= \
dispatch_cffd \
- dispatch_drift \
dispatch_proc \
dispatch_readsync \
dispatch_starfish \
Modified: trunk/testing/dispatch_drift.c (107 => 108)
--- trunk/testing/dispatch_drift.c 2009-11-03 16:18:18 UTC (rev 107)
+++ trunk/testing/dispatch_drift.c 2009-11-03 16:36:18 UTC (rev 108)
@@ -19,7 +19,6 @@
*/
#include <dispatch/dispatch.h>
-#include <mach/mach_time.h>
#include <sys/time.h>
#include <math.h>
#include <unistd.h>