From 9095b37343c5149c84433841599ca13327219422 Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Sun, 16 Nov 2014 13:45:46 -0600 Subject: Convert vm test to checker Tests are skipped due to reliance on deprecated mutan --- vm/main_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vm/main_test.go (limited to 'vm/main_test.go') diff --git a/vm/main_test.go b/vm/main_test.go new file mode 100644 index 000000000..0ae03bf6a --- /dev/null +++ b/vm/main_test.go @@ -0,0 +1,9 @@ +package vm + +import ( + "testing" + + checker "gopkg.in/check.v1" +) + +func Test(t *testing.T) { checker.TestingT(t) } -- cgit v1.2.3