浏览代码

Add test wrapper for VMTests/vmInputLimits1.json

Gustav Simonsson 10 年之前
父节点
当前提交
7254278c09
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tests/vm/gh_test.go

+ 5 - 0
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)