mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
enable some utf8 conversion tests
This commit is contained in:
parent
aa113f169c
commit
4e38a4ce32
3 changed files with 38 additions and 8 deletions
|
@ -868,6 +868,13 @@ trait Backend<'a> {
|
|||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::StrToUtf8 => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_TO_UTF8.to_string(),
|
||||
args,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::StrCountUtf8Bytes => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_COUNT_UTF8_BYTES.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue