Skip to content

Commit b3b6210

Browse files
committed
tests/vm: add non-test Go file
This removes the annoying warning printed by "go install ./...".
1 parent 01ce066 commit b3b6210

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/vm/nowarn.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// This silences the warning given by 'go install ./...'.
2+
3+
package vm

0 commit comments

Comments
 (0)