revert change of integer => Integer in panic messages

This commit is contained in:
John Murray 2023-11-27 19:59:30 -05:00
parent 4fe4041dc0
commit 2a762f1379
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -808,7 +808,7 @@ fn gen_div_dec_by_zero() {
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[should_panic(expected = r#"Roc failed with message: "Integer division by 0!"#)]
#[should_panic(expected = r#"Roc failed with message: "integer division by 0!"#)]
fn gen_div_ceil_by_zero() {
assert_evals_to!(
r#"