aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/vm/gh_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go
index f8c42f09c..f2e3685a0 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -80,7 +80,7 @@ func RunVmTest(p string, t *testing.T) {
for name, test := range tests {
helper.Logger.SetLogLevel(4)
- if name != "env1" {
+ if name != "mul7" {
continue
}
db, _ := ethdb.NewMemDatabase()