Skip to content

Commit 6c5d647

Browse files
Fixed stb_image_concolic by swapping SetTimeout to HasTimeout (#3572)
1 parent 028663d commit 6c5d647

File tree

1 file changed

+1
-1
lines changed
  • fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/src

1 file changed

+1
-1
lines changed

fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ impl CommandConfigurator<Child> for MyCommandConfigurator {
264264
}
265265
}
266266

267-
impl SetTimeout for MyCommandConfigurator {
267+
impl HasTimeout for MyCommandConfigurator {
268268
fn timeout(&self) -> Duration {
269269
Duration::from_secs(5)
270270
}

0 commit comments

Comments
 (0)