]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/mach_timebase_info.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / mach_timebase_info.c
index d58dd85c4824a646c8d6602ac029b0ec3ca5814f..43fb263a02e060dab1cfa5a465838e08642cf64e 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <darwintest.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 extern kern_return_t mach_timebase_info_trap(mach_timebase_info_t info);
 
 T_DECL(mach_timebase_info, "mach_timebase_info(_trap)",