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:
parent
864ce6e832
commit
fddeb4cea2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue