mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Fix mut in test
This commit is contained in:
parent
c2d042eba2
commit
3a130acc32
1 changed files with 1 additions and 1 deletions
|
@ -4288,7 +4288,7 @@ mod test {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn width_and_alignment_union_empty_struct() {
|
fn width_and_alignment_union_empty_struct() {
|
||||||
let interner = SingleThreadedInterner::with_capacity(4);
|
let mut interner = SingleThreadedInterner::with_capacity(4);
|
||||||
|
|
||||||
let lambda_set = LambdaSet {
|
let lambda_set = LambdaSet {
|
||||||
set: &[(Symbol::LIST_MAP, &[])],
|
set: &[(Symbol::LIST_MAP, &[])],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue