Another fix uint -> uint32_t (#2676)

This commit is contained in:
David Neto 2019-06-17 11:28:25 -04:00 committed by alan-baker
parent 59983a6010
commit 6cc2c8f4ab

View File

@ -213,7 +213,7 @@ bool Replay(const spv_target_env& target_env,
bool Fuzz(const spv_target_env& target_env,
const spvtools::FuzzerOptions& fuzzer_options,
const std::vector<uint>& binary_in,
const std::vector<uint32_t>& binary_in,
const spvtools::fuzz::protobufs::FactSequence& initial_facts,
std::vector<uint32_t>* binary_out,
spvtools::fuzz::protobufs::TransformationSequence*