We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cb35b commit e9f7bd7Copy full SHA for e9f7bd7
projects/go-shlex/build.sh
@@ -17,7 +17,4 @@
17
18
cp $SRC/fuzz_test.go ./
19
go mod tidy
20
-printf "package shlex\nimport _ \"github.com/AdamKorcz/go-118-fuzz-build/testing\"\n" > register.go
21
-go mod tidy
22
-echo building
23
-compile_native_go_fuzzer github.com/google/shlex FuzzLexer FuzzLexer
+compile_native_go_fuzzer_v2 github.com/google/shlex FuzzLexer FuzzLexer
0 commit comments