Fix load tests

This commit is contained in:
Ayaz Hafiz 2023-01-16 11:17:59 -06:00
parent 0201b29a5e
commit 56d14b8b32
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -429,7 +429,7 @@ fn test_load_and_typecheck() {
"constantNum" => "Num *",
"divisionTest" => "F64",
"divDep1ByDep2" => "Float a",
"fromDep2" => "Float *",
"fromDep2" => "Float a",
},
);
}