summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-08-06 18:09:19 -0400
committerGitHub <noreply@github.com>2021-08-06 18:09:19 -0400
commitfddeb4cea2687b32a32f7829f336b7cf5092c714 (patch)
treea423326b01e2d3f445e05e41b66b8bb72f7b5ad4
parent864ce6e83224fb9fedfc83d5647fb103c219c8af (diff)
chore: fix repl_with_eval_flag test (#11603)
-rw-r--r--cli/flags.rs2
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()
}