mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
Fix test that was named Str.append
This commit is contained in:
parent
e71e33c34e
commit
a99adb9cdb
1 changed files with 2 additions and 2 deletions
|
@ -2416,9 +2416,9 @@ mod solve_uniq_expr {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn str_append() {
|
||||
fn str_concat() {
|
||||
infer_eq(
|
||||
"Str.append",
|
||||
"Str.concat",
|
||||
"Attr * (Attr * Str, Attr * Str -> Attr * Str)",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue