Searched refs:bad_target_crc_string (Results 1 – 1 of 1) sorted by relevance
498 std::string bad_target_crc_string(stream.str()); in TEST() local499 bad_target_crc_string[0x8] = '.'; in TEST()500 bad_target_crc_string[0x9] = '.'; in TEST()501 bad_target_crc_string[0xa] = '.'; in TEST()502 bad_target_crc_string[0xb] = '.'; in TEST()503 std::stringstream bad_target_crc_stream(bad_target_crc_string); in TEST()