mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
test_gen: u64 is not always the same size as a pointer, guys, jeez
This commit is contained in:
parent
ed18bf7709
commit
deab384d02
1 changed files with 1 additions and 1 deletions
|
@ -1363,7 +1363,7 @@ fn linked_list_singleton() {
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
0,
|
0,
|
||||||
i64,
|
usize,
|
||||||
|_| 0
|
|_| 0
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue