serenity: update cmake file (#4719)

fixes has been made in upstream Serenity on the Js fuzzer so it will compile (https://github.com/SerenityOS/serenity/pull/4164)
This commit is contained in:
DavidKorczynski 2020-11-25 21:17:44 +00:00 committed by GitHub
parent e883ecfb48
commit 8c8f6ef31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ add_simple_fuzzer(FuzzGemini)
add_simple_fuzzer(FuzzGIFLoader)
add_simple_fuzzer(FuzzJPGLoader)
add_simple_fuzzer(FuzzPPMLoader)
#add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzJs)
add_simple_fuzzer(FuzzMarkdown)
if (NOT ENABLE_OSS_FUZZ)