Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Djson-test.c57 const int ints_compare[] = { 1, -1, 1234, 0 }; in START_TEST() local
64 fail_unless(pa_json_object_get_int(o) == ints_compare[i]); in START_TEST()