rename straightline_differential fuzz target to differential (as it now supports/generates loops too)

This commit is contained in:
Chris Fallin 2022-11-30 13:11:42 -08:00
parent 1862a4c027
commit 8246367b34
No known key found for this signature in database
GPG key ID: 31649E4FE65EB465
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ test = false
doc = false
[[bin]]
name = "straightline_differential"
path = "fuzz_targets/straightline_differential.rs"
name = "differential"
path = "fuzz_targets/differential.rs"
test = false
doc = false