remove herumi hard requirement from fuzz

This commit is contained in:
Preston Van Loon
2021-04-06 09:26:43 -05:00
parent 98d4ac87f2
commit ad92191d81

View File

@@ -169,7 +169,6 @@ def go_fuzz_test(
testonly = 1,
srcs = [":" + name],
deps = [
"@herumi_bls_eth_go_binary//:lib",
"//third_party/afl:fuzzing_engine",
],
tags = ["manual", "fuzzer"] + tags,