aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/vm_test.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-14 21:31:25 +0800
committerobscuren <geffobscura@gmail.com>2014-10-14 21:31:25 +0800
commit7ca7938d8e4a63b4bd244ee46856ec657d63a374 (patch)
tree36f3bf977efb33ef7fa162e30f019daa54dcdea0 /ethvm/vm_test.go
parentf55e39cf1ae138f7698d8dce3aeee5eaa3f87a7d (diff)
downloaddexon-7ca7938d8e4a63b4bd244ee46856ec657d63a374.tar.gz
dexon-7ca7938d8e4a63b4bd244ee46856ec657d63a374.tar.zst
dexon-7ca7938d8e4a63b4bd244ee46856ec657d63a374.zip
Removed old installer script
Diffstat (limited to 'ethvm/vm_test.go')
-rw-r--r--ethvm/vm_test.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/ethvm/vm_test.go b/ethvm/vm_test.go
index cf4e2e5e7..c21008836 100644
--- a/ethvm/vm_test.go
+++ b/ethvm/vm_test.go
@@ -64,7 +64,7 @@ func TestDebugVm(t *testing.T) {
}
if ret[len(ret)-1] != 9 {
- t.Errorf("Expected VM to return 1, got", ret, "instead.")
+ t.Errorf("Expected VM to return 9, got", ret, "instead.")
}
}
@@ -76,7 +76,7 @@ func TestVm(t *testing.T) {
}
if ret[len(ret)-1] != 9 {
- t.Errorf("Expected VM to return 1, got", ret, "instead.")
+ t.Errorf("Expected VM to return 9, got", ret, "instead.")
}
}
@@ -106,8 +106,7 @@ func RunCode(mutCode string, typ Type) []byte {
log.Fatal(err)
}
- // Pipe output to /dev/null
- ethlog.AddLogSystem(ethlog.NewStdLogSystem(os.Stdout, log.LstdFlags, ethlog.LogLevel(4)))
+ ethlog.AddLogSystem(ethlog.NewStdLogSystem(os.Stdout, log.LstdFlags, ethlog.LogLevel(3)))
ethutil.ReadConfig(".ethtest", "/tmp/ethtest", "")