mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Re-arrange expected and found value in RocDict.init test to fix compile error
This commit is contained in:
parent
83cfbf9044
commit
2e1d1a7602
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ test "RocDict.get" {
|
|||
|
||||
test "RocDict.init" {
|
||||
const empty = RocDict(u64, u64).init(testing.allocator);
|
||||
expectEqual(0, empty.get_len());
|
||||
expectEqual(empty.get_len(), 0);
|
||||
|
||||
const MadeUpType = struct {
|
||||
oneField: u64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue