Home
last modified time | relevance | path

Searched defs:ok_eq_print (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/include/
H A Dapitest.h57 #define ok_eq_print(value, expected, spec) ok((value) == (expected), #value " = " spec ", expected… macro
/reactos/modules/rostests/kmtests/include/
H A Dkmt_test.h238 #define ok_eq_print(value, expected, spec) ok((value) == (expected), #value " = " spec ", expected… macro