moved a subset of source file to the kern package
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ import (
|
||||
|
||||
func TestEvalString(t *testing.T) {
|
||||
|
||||
ctx := NewSimpleStore()
|
||||
ctx := NewSimpleStoreWithoutGlobalContext()
|
||||
ctx.SetVar("a", uint8(1))
|
||||
ctx.SetVar("b", int8(2))
|
||||
ctx.SetVar("f", 2.0)
|
||||
|
||||
Reference in New Issue
Block a user