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