Searched refs:with_zero (Results 1 - 1 of 1) sorted by relevance
/third_party/node/test/cctest/ | ||
H A D | test_util.cc | 299 const std::string with_zero = std::string("a") + '\0' + 'b'; in TEST() local 300 EXPECT_EQ(SPrintF("%s", with_zero), with_zero); in TEST() |
Completed in 1 milliseconds