Searched refs:bad_target_crc_string (Results 1 – 1 of 1) sorted by relevance
531 std::string bad_target_crc_string(stream.str()); in TEST() local532 bad_target_crc_string[0x8] = '.'; in TEST()533 bad_target_crc_string[0x9] = '.'; in TEST()534 bad_target_crc_string[0xa] = '.'; in TEST()535 bad_target_crc_string[0xb] = '.'; in TEST()536 std::stringstream bad_target_crc_stream(bad_target_crc_string); in TEST()