mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
Fix test
This commit is contained in:
parent
50bd57fed6
commit
5e143ecbde
@ -380,7 +380,7 @@ print log(5.5) #: 1.70475
|
||||
|
||||
#%% import_c_dylib,barebones
|
||||
from internal.dlopen import dlext
|
||||
RT = "./libseqrt." + dlext()
|
||||
RT = "./libcodonrt." + dlext()
|
||||
from C import RT.seq_str_int(int) -> str as sp
|
||||
print sp(65) #: 65
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user