tests/vm: add non-test Go file

This removes the annoying warning printed by "go install ./...".
This commit is contained in:
Felix Lange
2015-02-20 11:40:58 +01:00
parent 01ce066d43
commit b3b6210886
+3
View File
@@ -0,0 +1,3 @@
// This silences the warning given by 'go install ./...'.
package vm