aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/vm/gh_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index a5bc273f3..b63b3192a 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)