diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-08-06 18:09:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 18:09:19 -0400 |
commit | fddeb4cea2687b32a32f7829f336b7cf5092c714 (patch) | |
tree | a423326b01e2d3f445e05e41b66b8bb72f7b5ad4 /cli/flags.rs | |
parent | 864ce6e83224fb9fedfc83d5647fb103c219c8af (diff) |
chore: fix repl_with_eval_flag test (#11603)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 2371445c3..1dafa205f 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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() } |