Searched refs:kExpectedJSONOutputPrefix (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.h30 static constexpr char kExpectedJSONOutputPrefix[] = "{\n \"tests\": [\n"; member in namespace:runtests
33 sizeof(kExpectedJSONOutputPrefix) - 1;
H A Druntests-utils-test.cpp676 EXPECT_EQ(0, strncmp(kExpectedJSONOutputPrefix, &buf[buf_index],

Completed in 30 milliseconds