py.Str; py.FromCStr/FromCStrAndLen/FromGoString
This commit is contained in:
@@ -144,6 +144,8 @@ func TestErrBuiltin(t *testing.T) {
|
||||
test("siglongjmp", func(ctx *context) { ctx.siglongjmp(nil, nil) })
|
||||
test("cstr(NoArgs)", func(ctx *context) { cstr(nil, nil) })
|
||||
test("cstr(Nonconst)", func(ctx *context) { cstr(nil, []ssa.Value{&ssa.Parameter{}}) })
|
||||
test("pystr(NoArgs)", func(ctx *context) { pystr(nil, nil) })
|
||||
test("pystr(Nonconst)", func(ctx *context) { pystr(nil, []ssa.Value{&ssa.Parameter{}}) })
|
||||
test("atomic", func(ctx *context) { ctx.atomic(nil, 0, nil) })
|
||||
test("atomicLoad", func(ctx *context) { ctx.atomicLoad(nil, nil) })
|
||||
test("atomicStore", func(ctx *context) { ctx.atomicStore(nil, nil) })
|
||||
|
||||
Reference in New Issue
Block a user