0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

fix: non-existent field in cli/flags.rs (#11368)

This commit is contained in:
Bartek Iwańczuk 2021-07-12 14:22:33 +02:00 committed by GitHub
parent 32855f2c85
commit e95c0c85fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3466,7 +3466,6 @@ mod tests {
shuffle: None,
include: None,
concurrent_jobs: 1,
terse: false
},
..Flags::default()
}