Searched refs:bad_target_crc_string (Results 1 – 1 of 1) sorted by relevance
517 std::string bad_target_crc_string(stream.str()); in TEST() local518 bad_target_crc_string[0x8] = '.'; in TEST()519 bad_target_crc_string[0x9] = '.'; in TEST()520 bad_target_crc_string[0xa] = '.'; in TEST()521 bad_target_crc_string[0xb] = '.'; in TEST()522 std::stringstream bad_target_crc_stream(bad_target_crc_string); in TEST()