tests/vm: add non-test Go file

This removes the annoying warning printed by "go install ./...".
pull/355/head
Felix Lange 10 years ago
parent 01ce066d43
commit b3b6210886
  1. 3
      tests/vm/nowarn.go

@ -0,0 +1,3 @@
// This silences the warning given by 'go install ./...'.
package vm
Loading…
Cancel
Save