Mispelling
This commit is contained in:
@@ -280,11 +280,11 @@ microtest_should_decompose_macro(
|
||||
} \
|
||||
microtest_printf(" Expected : %s", #actual); \
|
||||
microtest_printf(" %s ", #condition); \
|
||||
microtest_overload_printf(expected); \
|
||||
microtest_overload_printer(expected); \
|
||||
microtest_printf("\n"); \
|
||||
microtest_printf(" Actual : %s", #actual); \
|
||||
microtest_printf(" == "); \
|
||||
microtest_overload_printf(#actual); \
|
||||
microtest_overload_printer(#actual); \
|
||||
microtest_printf("\n"); \
|
||||
handler; \
|
||||
if (microtest_should_abort_test) \
|
||||
|
||||
Reference in New Issue
Block a user