Start hiding members

This commit is contained in:
Ian Gulliver
2021-11-15 20:49:54 -10:00
parent 6b1da92a3a
commit c52d6f5f9f
3 changed files with 50 additions and 50 deletions

View File

@@ -37,11 +37,11 @@ func TestFirst(t *testing.T) {
state.Execute()
if state.Error != nil {
if state.err != nil {
t.Fatal(state)
}
if state.GlobalMemory[0] != 3 {
t.Fatal(state.GlobalMemory[0])
if state.globalMemory[0] != 3 {
t.Fatal(state.globalMemory[0])
}
}