Re-enabling some tests.
This commit is contained in:
parent
f6f8a06d6b
commit
866ee6ecb4
6 changed files with 6 additions and 15 deletions
|
|
@ -100,7 +100,7 @@ fn declare_upcalls(type_names tn, ModuleRef llmod) -> @upcalls {
|
|||
mark=d("mark", [T_ptr(T_i8())], T_int()),
|
||||
new_str=d("new_str", [T_ptr(T_i8()), T_size_t()],
|
||||
T_ptr(T_str())),
|
||||
dup_str=d("dup_str", [T_ptr(T_str())],
|
||||
dup_str=d("dup_str", [T_taskptr(tn), T_ptr(T_str())],
|
||||
T_ptr(T_str())),
|
||||
new_vec=d("new_vec", [T_size_t(), T_ptr(T_tydesc(tn))],
|
||||
T_opaque_vec_ptr()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue