mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
snake case function name
This commit is contained in:
parent
f86888de46
commit
04be0ece04
1 changed files with 1 additions and 1 deletions
|
@ -3218,7 +3218,7 @@ mod solve_expr {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn maxI128() {
|
||||
fn max_i128() {
|
||||
infer_eq_without_problem(
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue