diff --git a/compiler/gen/tests/gen_str.rs b/compiler/gen/tests/gen_str.rs index 8f90bc464c..fa05bf6289 100644 --- a/compiler/gen/tests/gen_str.rs +++ b/compiler/gen/tests/gen_str.rs @@ -107,7 +107,7 @@ mod gen_str { "# ), 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")], - &'static [[u8; 16]] + &'static [[u8; ROC_STR_MEM_SIZE]] ); }