Disables afl for dart project (#5568)

This commit is contained in:
Catena cyber 2021-04-02 15:44:29 +02:00 committed by GitHub
parent bec0c2f219
commit e61f594f6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,6 @@ auto_ccs :
sanitizers:
- address
fuzzing_engines:
- libfuzzer
main_repo: 'https://github.com/dart-lang/sdk.git'