compile functions
This commit is contained in:
@@ -24,7 +24,7 @@ func TestDefine(t *testing.T) {
|
||||
}
|
||||
|
||||
b := global.Define("b")
|
||||
if a != expected["b"] {
|
||||
if b != expected["b"] {
|
||||
t.Errorf("expected b=%+v, got=%+v", expected["b"], b)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user