HomeSort by: relevance | last modified time | path
    Searched defs:expectedString (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 32 std::string expectedString = "a-1b-2c4294967292e5fahbq0x";
33 expectedString += std::string(SANITIZER_POINTER_FORMAT_LENGTH - 3, '0');
34 expectedString += "123e_string_r";
35 EXPECT_STREQ(expectedString.c_str(), buf);
sanitizer_printf_test.cc 32 std::string expectedString = "a-1b-2c4294967292e5fahbq0x";
33 expectedString += std::string(SANITIZER_POINTER_FORMAT_LENGTH - 3, '0');
34 expectedString += "123e_string_r";
35 EXPECT_STREQ(expectedString.c_str(), buf);

Completed in 58 milliseconds