mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
fuzz: cleanup zkas-compile harness in honggfuzz
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "darkfi-fuzz2"
|
||||
name = "darkfi-fuzz"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user