diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-20 18:38:52 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-20 18:40:58 +0800 |
commit | b3b6210886abd0962f97add91c081ac732639102 (patch) | |
tree | ee6faa97dc8928123a4009fd3c65f65c53c6e8f2 /tests | |
parent | 01ce066d4307e6e8cab815eab9295a0b259130b9 (diff) | |
download | go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.gz go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.zst go-tangerine-b3b6210886abd0962f97add91c081ac732639102.zip |
tests/vm: add non-test Go file
This removes the annoying warning printed by "go install ./...".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vm/nowarn.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/nowarn.go b/tests/vm/nowarn.go new file mode 100644 index 000000000..2a45a6cc6 --- /dev/null +++ b/tests/vm/nowarn.go @@ -0,0 +1,3 @@ +// This silences the warning given by 'go install ./...'. + +package vm |