From fddeb4cea2687b32a32f7829f336b7cf5092c714 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 6 Aug 2021 18:09:19 -0400 Subject: chore: fix repl_with_eval_flag test (#11603) --- cli/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } -- cgit v1.2.3