update + repl fixed + bugfixes
This commit is contained in:
parent
d315a53fbd
commit
828ebb23c0
10 changed files with 138 additions and 124 deletions
|
|
@ -120,7 +120,7 @@ func TestAll(t *testing.T) {
|
|||
|
||||
t.Log("Comparing stacks")
|
||||
|
||||
CompareStacks(t, tc.expectedStack, vm.stack)
|
||||
CompareStacks(t, tc.expectedStack, vm.Stack)
|
||||
|
||||
// expected scope == nil => we don't care
|
||||
if tc.expectedScope != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue