Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 25, 2023
1 parent 6e032bf commit cc9d48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_ctags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mod tests {
let mut iter = str::from_utf8(&outputs[0].stdout).unwrap().lines();
assert_eq!(
iter.next().unwrap_or(""),
"-target\tMakefile\t/^\tcargo build --release --target=aarch64-apple-darwin$/;\"\tm"
"BIN_NAME\tMakefile\t/^BIN_NAME = ptags$/;\"\tm"
);
}

Expand Down

0 comments on commit cc9d48a

Please sign in to comment.