fuzz: cleanup zkas-compile harness in honggfuzz

This commit is contained in:
y
2023-09-19 14:44:03 -04:00
parent a0e78b576a
commit aaed928482
2 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "darkfi-fuzz2"
name = "darkfi-fuzz"
version = "0.0.0"
publish = false
edition = "2021"

View File

@@ -58,9 +58,11 @@ fn main() {
return
}
if analyzer.analyze_semantic().is_err() {
return
}
// Skip this section because it automatically pauses to prompt
// for user inputwhich is probably preventing coverage.
// if analyzer.analyze_semantic().is_err() {
// return
// }
let compiler = Compiler::new(
filename,