aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-10 05:42:36 +0800
committerobscuren <geffobscura@gmail.com>2015-01-10 05:42:36 +0800
commit491c23a728e4f5cdedfa040aded6a6b136f6bee0 (patch)
tree1fa546abacc60e8c29c43f465485d407777565c4 /tests
parent351516c57cb5872e849ffca643526da5801564f2 (diff)
downloaddexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar.gz
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar.bz2
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar.lz
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar.xz
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.tar.zst
dexon-491c23a728e4f5cdedfa040aded6a6b136f6bee0.zip
Moved the TD method from block processor.
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 2aece215e..47b588268 100644
--- a/tests/vm/gh_test.go
+++ b/tests/vm/gh_test.go
@@ -81,7 +81,7 @@ func RunVmTest(p string, t *testing.T) {
for name, test := range tests {
/*
helper.Logger.SetLogLevel(5)
- if name != "jump0_jumpdest2" {
+ if name != "createNameRegistratorZeroMem" {
continue
}
*/