Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc1453 const char str_with_nul[] = "hello\0 world"; in TEST() local
1454 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST()