Searched refs:bad_target_crc_string (Results 1 – 1 of 1) sorted by relevance
541 std::string bad_target_crc_string(stream.str()); in TEST() local542 bad_target_crc_string[0x8] = '.'; in TEST()543 bad_target_crc_string[0x9] = '.'; in TEST()544 bad_target_crc_string[0xa] = '.'; in TEST()545 bad_target_crc_string[0xb] = '.'; in TEST()546 std::stringstream bad_target_crc_stream(bad_target_crc_string); in TEST()