aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_test.go')
-rw-r--r--vm/vm_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_test.go b/vm/vm_test.go
index 2a3f1171a..62b93f4c1 100644
--- a/vm/vm_test.go
+++ b/vm/vm_test.go
@@ -80,7 +80,7 @@ func init() {
ctor := func(env *vmimpl.Env) (vmimpl.Pool, error) {
return &testPool{}, nil
}
- vmimpl.Register("test", ctor, false)
+ vmimpl.Register("test", ctor, false, false)
}
type Test struct {