llgo/ssa: refactor python related names (PyXXX)
This commit is contained in:
@@ -226,5 +226,5 @@ func TestErrVarOf(t *testing.T) {
|
||||
}
|
||||
ssaPkg := &ssa.Package{Pkg: pkgTypes}
|
||||
g := &ssa.Global{Pkg: ssaPkg}
|
||||
ctx.varOf(g)
|
||||
ctx.varOf(nil, g)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user