Skip to content

Commit 3c317a6

Browse files
committed
Fix runtime test.
1 parent 7bc4611 commit 3c317a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/runtime_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7068,6 +7068,10 @@ func TestRuntimeOnGetOrLoadProgramHits(t *testing.T) {
70687068
Address: Address{0x1},
70697069
Name: "HelloWorld",
70707070
},
7071+
common.AddressLocation{
7072+
Address: Address{0x1},
7073+
Name: "HelloWorld",
7074+
},
70717075
}
70727076
}
70737077

0 commit comments

Comments
 (0)