mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
enable more string tests
This commit is contained in:
parent
6a84d6ee83
commit
38b66765ab
3 changed files with 26 additions and 14 deletions
|
@ -784,6 +784,13 @@ trait Backend<'a> {
|
|||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::StrJoinWith => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_JOIN_WITH.to_string(),
|
||||
args,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
),
|
||||
LowLevel::StrSplit => self.build_fn_call(
|
||||
sym,
|
||||
bitcode::STR_SPLIT.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue