mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
update a bunch of panic message to be capitalized
This commit is contained in:
parent
d37dd442f5
commit
298f93d20c
6 changed files with 26 additions and 26 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue