mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-10 13:19:04 +00:00
Add test wrapper for VMTests/vmInputLimits1.json
This commit is contained in:
parent
0071fbed8c
commit
7254278c09
1 changed files with 5 additions and 0 deletions
|
|
@ -269,6 +269,11 @@ func TestVmLog(t *testing.T) {
|
|||
RunVmTest(fn, t)
|
||||
}
|
||||
|
||||
func TestInputLimits1(t *testing.T) {
|
||||
const fn = "../files/VMTests/vmInputLimits1.json"
|
||||
RunVmTest(fn, t)
|
||||
}
|
||||
|
||||
func TestStateExample(t *testing.T) {
|
||||
const fn = "../files/StateTests/stExample.json"
|
||||
RunVmTest(fn, t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue