1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

flags: fix merge error (#2244)

This commit is contained in:
Ryan Dahl 2019-04-29 18:35:25 -07:00 committed by GitHub
parent 4dcdd88155
commit 6c137342d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -506,7 +506,7 @@ mod tests {
#[test]
fn test_set_flags_11() {
let flags =
let (flags, _, _) =
flags_from_vec(svec!["deno", "-c", "tsconfig.json", "script.ts"]);
assert_eq!(
flags,