Skip to content

Commit

Permalink
chore: Random lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Oct 13, 2023
1 parent ddef110 commit 34ce98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub(crate) fn run_compiler(tests: Vec<CompilerTestCase>) {
let mut compiler = Compiler::new();

match compiler.compile(program) {
Ok(_) => {
Ok(()) => {
let bytecode = compiler.bytecode();
println!(
"want {}, got {}",
Expand Down

0 comments on commit 34ce98a

Please sign in to comment.