Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/test/
Dgoogletest-printers-test.cc1503 char mutable_str_with_nul[] = "hello\0 world"; in TEST() local
1504 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()