aboutsummaryrefslogtreecommitdiffstats
path: root/vm_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vm_test.go')
-rw-r--r--vm_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_test.go b/vm_test.go
index efcd875cd..cb70220e1 100644
--- a/vm_test.go
+++ b/vm_test.go
@@ -1,5 +1,6 @@
package main
+/*
import (
_"fmt"
"testing"
@@ -72,4 +73,4 @@ func TestVm(t *testing.T) {
bm := NewBlockManager()
bm.ProcessBlock( block )
}
-
+*/