mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Applied ROC_STR_MEM_SIZE to more tests
This commit is contained in:
parent
d3da25131c
commit
7b488d0970
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ mod gen_str {
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
small_str("JJJ"),
|
small_str("JJJ"),
|
||||||
[u8; 16]
|
[u8; ROC_STR_MEM_SIZE]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ mod gen_str {
|
||||||
"#
|
"#
|
||||||
),
|
),
|
||||||
&[small_str("J"), small_str("J"), small_str("J")],
|
&[small_str("J"), small_str("J"), small_str("J")],
|
||||||
&'static [[u8; 16]]
|
&'static [[u8; ROC_STR_MEM_SIZE]]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue