Convert vm test to checker

Tests are skipped due to reliance on deprecated mutan
This commit is contained in:
Taylor Gerring
2014-11-16 13:45:46 -06:00
parent ffab36c7d8
commit 9095b37343
2 changed files with 148 additions and 147 deletions

9
vm/main_test.go Normal file
View File

@ -0,0 +1,9 @@
package vm
import (
"testing"
checker "gopkg.in/check.v1"
)
func Test(t *testing.T) { checker.TestingT(t) }