aboutsummaryrefslogblamecommitdiffstats
path: root/vm/main_test.go
blob: 0ae03bf6aa4d4995afdb7026723ec977d68e2b43 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                               
package vm

import (
    "testing"

    checker "gopkg.in/check.v1"
)

func Test(t *testing.T) { checker.TestingT(t) }