Start hiding members
This commit is contained in:
@@ -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])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user