Skip to content

Commit e9f7bd7

Browse files
authored
go-shlex: upgrade tooling (#14171)
use `compile_native_go_fuzzer_v2` instead of `compile_native_go_fuzzer` Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent a4cb35b commit e9f7bd7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/go-shlex/build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@
1717

1818
cp $SRC/fuzz_test.go ./
1919
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
20+
compile_native_go_fuzzer_v2 github.com/google/shlex FuzzLexer FuzzLexer

0 commit comments

Comments
 (0)