Skip to content

Commit

Permalink
introspector: remove old misleading comment (#590)
Browse files Browse the repository at this point in the history
no longer relevant as of #578
  • Loading branch information
DavidKorczynski authored Sep 9, 2024
1 parent b1d82fe commit 5d993ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data_prep/introspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,11 +774,6 @@ def populate_benchmarks_using_introspector(project: str, language: str,
target_oracles: List[str]):
"""Populates benchmark YAML files from the data from FuzzIntrospector."""

# If there is any oracle with test-migration then only do this oracle
# selection, because the benchmarks will have different .yaml structure.
# TODO(David): clean up benchmark code to make it more flexible for varying
# forms of target selectors, and potential mixing both types of target
# selectors.
potential_benchmarks = []
for target_oracle in target_oracles:
if 'test-migration' in target_oracle:
Expand Down

0 comments on commit 5d993ed

Please sign in to comment.