Commit 7254278c authored by Gustav Simonsson's avatar Gustav Simonsson

Add test wrapper for VMTests/vmInputLimits1.json

parent 0071fbed
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment