9095b37343
Tests are skipped due to reliance on deprecated mutan
10 lines
113 B
Go
10 lines
113 B
Go
package vm
|
|
|
|
import (
|
|
"testing"
|
|
|
|
checker "gopkg.in/check.v1"
|
|
)
|
|
|
|
func Test(t *testing.T) { checker.TestingT(t) }
|