mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 11:25:02 +00:00
tests/vm: add non-test Go file
This removes the annoying warning printed by "go install ./...".
This commit is contained in:
parent
01ce066d43
commit
b3b6210886
1 changed files with 3 additions and 0 deletions
3
tests/vm/nowarn.go
Normal file
3
tests/vm/nowarn.go
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// This silences the warning given by 'go install ./...'.
|
||||
|
||||
package vm
|
||||
Loading…
Reference in a new issue