Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Jul 30, 2024
1 parent a78ea17 commit 4689fac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ mod tests {
for (i, line) in test.iter().enumerate() {
cmd_buffer.push_str(line);
cmd_buffer.push('\n');
dbg!(i, &cmd_buffer, should_eval(&cmd_buffer));
assert_eq!(should_eval(&cmd_buffer), i == test.len() - 1);
}
}
Expand Down

0 comments on commit 4689fac

Please sign in to comment.