Update tests for entrypoints
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
contract Strings =
|
||||
function str_len(s) = String.length(s)
|
||||
function str_concat(s1, s2) = String.concat(s1, s2)
|
||||
entrypoint str_len(s) = String.length(s)
|
||||
entrypoint str_concat(s1, s2) = String.concat(s1, s2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user