Skip to content

Commit 9b5b8d5

Browse files
use svec macro
1 parent 4741f81 commit 9b5b8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/args/flags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7594,7 +7594,7 @@ mod tests {
75947594
subcommand: DenoSubcommand::Cache(CacheFlags {
75957595
files: svec!["script.ts"],
75967596
}),
7597-
env_file: Some(vec![".env".to_string()]),
7597+
env_file: Some(svec![".env"]),
75987598
..Flags::default()
75997599
}
76007600
);

0 commit comments

Comments
 (0)