Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c963 const char *value_s = "hello world"; in interpolation_valid() local
1023 qstr = qobject_to(QString, qobject_from_jsonf_nofail("%s", value_s)); in interpolation_valid()
1024 g_assert_cmpstr(qstring_get_str(qstr), ==, value_s); in interpolation_valid()