Lagom: Rename FuzzBMP to FuzzBMPLoader

This commit is contained in:
Nico Weber 2020-11-25 15:56:39 -05:00 committed by Andreas Kling
parent ec4c2f971b
commit f160df123b
Notes: sideshowbarker 2024-07-19 01:15:40 +09:00
2 changed files with 1 additions and 1 deletions

View file

@ -9,7 +9,7 @@ function(add_simple_fuzzer name)
)
endfunction()
add_simple_fuzzer(FuzzBMP)
add_simple_fuzzer(FuzzBMPLoader)
add_simple_fuzzer(FuzzELF)
add_simple_fuzzer(FuzzGemini)
add_simple_fuzzer(FuzzGIFLoader)