]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/tests/xnupost.h
xnu-4903.270.47.tar.gz
[apple/xnu.git] / osfmk / tests / xnupost.h
index 3268586129800fa346ad5ab3baf8a477b161c238..cee9312b9e907444b41fa9ff2df2f1673d6cf2f9 100644 (file)
@@ -91,12 +91,12 @@ extern uint32_t total_post_tests_count;
 
 #define XNUPOST_TEST_CONFIG_BASIC(func)                   \
        {                                                     \
-               XT_CONFIG_RUN, 0, -1, T_STATE_PASS, 0, 0, 0, (func), "xnu."#func \
+               XT_CONFIG_RUN, 0, -1, T_STATE_PASS, 0, 0, 0, (func), "xnu."#func \
        }
 
 #define XNUPOST_TEST_CONFIG_TEST_PANIC(func)                       \
        {                                                              \
-               XT_CONFIG_EXPECT_PANIC, 0, -1, T_STATE_PASS, 0, 0, 0, (func), "xnu."#func \
+               XT_CONFIG_EXPECT_PANIC, 0, -1, T_STATE_PASS, 0, 0, 0, (func), "xnu."#func \
        }
 
 void xnupost_init(void);