mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge pull request #3476 from rtfeldman/i3469
Remove more builtins code
This commit is contained in:
commit
f1aae6f480
10 changed files with 119 additions and 426 deletions
|
@ -422,7 +422,7 @@ fn test_load_and_typecheck() {
|
|||
"intTest" => "I64",
|
||||
"constantNum" => "Num *",
|
||||
"divisionTest" => "F64",
|
||||
"divDep1ByDep2" => "Float *",
|
||||
"divDep1ByDep2" => "Float a",
|
||||
"fromDep2" => "Float *",
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue