Skip to content

Commit

Permalink
Fix test for label range
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrcy committed Sep 20, 2024
1 parent e167892 commit bcf4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/air.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ mod test {
};
assert!(asm.emit().is_err());
let asm = AsmLine {
line: 256,
line: 257,
stmt: AirStmt::Branch {
flag: Flag::Nzp,
dest_label: Label::Ref(1),
Expand Down

0 comments on commit bcf4b2d

Please sign in to comment.