Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c536 GString *double_expected = g_string_new(""); in test_primitive_lists() local
544 g_string_printf(double_expected, "%.6f", pt->value.number); in test_primitive_lists()
546 g_assert_cmpstr(double_actual->str, ==, double_expected->str); in test_primitive_lists()
547 g_string_free(double_expected, true); in test_primitive_lists()