chore: API and code cleanup. Rename stdlib.Value into stdlib.Symbols (#231)
This commit is contained in:
committed by
Ludovic Fernandez
parent
cc8e05d61b
commit
274c0fc47a
@@ -53,8 +53,8 @@ func runCheck(t *testing.T, p string) {
|
||||
|
||||
i := interp.New()
|
||||
i.Name = p
|
||||
i.Use(interp.ExportValue)
|
||||
i.Use(stdlib.Value)
|
||||
i.Use(interp.Symbols)
|
||||
i.Use(stdlib.Symbols)
|
||||
|
||||
_, err = i.Eval(string(src))
|
||||
if errWanted {
|
||||
|
||||
Reference in New Issue
Block a user