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

chore: fix repl_with_eval_flag test (#11603)

This commit is contained in:
David Sherret 2021-08-06 18:09:19 -04:00 committed by GitHub
parent 864ce6e832
commit fddeb4cea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2780,7 +2780,7 @@ mod tests {
allow_run: Some(vec![]),
allow_read: Some(vec![]),
allow_write: Some(vec![]),
allow_plugin: true,
allow_ffi: Some(vec![]),
allow_hrtime: true,
..Flags::default()
}