Home
last modified time | relevance | path

Searched refs:actual_string (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/
H A Dmemorystatus_assertion_helpers.c196 char *actual_string; in verify_assertion_state() local
210 actual_string = "ASSERTION_STATE_IS_SET"; in verify_assertion_state()
216 actual_string = "ASSERTION_STATE_IS_RELINQUISHED"; in verify_assertion_state()
223 T_FAIL("state 0x%x: %s but expected %s", state, actual_string, expected_string); in verify_assertion_state()