From 7254278c09e38edf04d311e42301ba6e55d32da9 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Wed, 22 Apr 2015 12:09:21 +0200 Subject: [PATCH] Add test wrapper for VMTests/vmInputLimits1.json --- tests/vm/gh_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index a5bc273f3c..b63b3192a4 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -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)