mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix load tests
This commit is contained in:
parent
0201b29a5e
commit
56d14b8b32
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ fn test_load_and_typecheck() {
|
|||
"constantNum" => "Num *",
|
||||
"divisionTest" => "F64",
|
||||
"divDep1ByDep2" => "Float a",
|
||||
"fromDep2" => "Float *",
|
||||
"fromDep2" => "Float a",
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue