update a bunch of panic message to be capitalized

This commit is contained in:
John Murray 2023-11-28 20:46:09 -05:00
parent d37dd442f5
commit 298f93d20c
No known key found for this signature in database
6 changed files with 26 additions and 26 deletions

View file

@ -2934,7 +2934,7 @@ fn list_map_with_index() {
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[should_panic(expected = r#"Roc failed with message: "integer addition overflowed!"#)]
#[should_panic(expected = r#"Roc failed with message: "Integer addition overflowed!"#)]
fn cleanup_because_exception() {
assert_evals_to!(
indoc!(