Fix new types for blocktests and comment out non-working log level setter

This commit is contained in:
Gustav Simonsson
2015-03-21 20:29:12 +01:00
parent 60de4d6dd1
commit 5d31a475e9
2 changed files with 5 additions and 5 deletions

View File

@ -219,7 +219,7 @@ func RunVmTest(r io.Reader) (failed int) {
}
func main() {
helper.Logger.SetLogLevel(5)
//helper.Logger.SetLogLevel(5)
vm.Debug = true
if len(os.Args) > 1 {