Skip to content

Commit

Permalink
#Centipede Undo accidental renaming
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 597864570
  • Loading branch information
ussuri authored and copybara-github committed Jan 12, 2024
1 parent 666ec13 commit c7fb0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centipede/seed_corpus_maker_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

namespace centipede {

using CorpusElt = std::pair<ByteArray, FeatureVec>;
using InputAndFeaturesVec = std::vector<CorpusElt>;
using InputAndFeatures = std::pair<ByteArray, FeatureVec>;
using InputAndFeaturesVec = std::vector<InputAndFeatures>;

// If a file with `config_spec` path exists, tries to parse it as a
// `SeedCorpusConfig` textproto. Otherwise, tries to parse `config_spec` as a
Expand Down

0 comments on commit c7fb0d1

Please sign in to comment.