Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.c270 const char *expected_str = json_object_to_json_string(expected); in cper_example_section_ir_test()
271 assert(strcmp(str, expected_str) == 0); in cper_example_section_ir_test()
268 const char *expected_str = json_object_to_json_string(expected); cper_example_section_ir_test() local