Skip to content

Commit

Permalink
flags: fix merge error (denoland#2244)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 30, 2019
1 parent 4dcdd88 commit 6c13734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flags.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 6c13734

Please sign in to comment.