tint: re-enable honggfuzz (#6400)

Now that the CMake files for int have been fixed, so that when
LIB_FUZZING_ENGINE is set, it is used as the sole way of specifying
fuzzer-related linker flags, the honggfuzz engine should work. This
change reverts the project to use the default set of fuzzing engines,
which includes honggfuzz.
This commit is contained in:
Alastair Donaldson 2021-09-04 10:28:38 +01:00 committed by GitHub
parent b7c0827bef
commit ecc96e3fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -11,6 +11,3 @@ main_repo: 'https://dawn.googlesource.com/tint.git'
architectures:
- x86_64
- i386
fuzzing_engines:
- libfuzzer
- afl