Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Feb 21, 2020
1 parent a19b554 commit 87b9076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vera/src/asm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ fn test_assemble() -> Result<(), Error> {
println!("{}", data_str);

assert!(data_str.starts_with(".byte $10,"));
assert!(data_str.ends_with(".byte $10,$10"));
assert!(data_str.ends_with(".byte $10,$10\n"));

Ok(())
}

0 comments on commit 87b9076

Please sign in to comment.