aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-20 18:38:52 +0800
committerFelix Lange <fjl@twurst.com>2015-02-20 18:40:58 +0800
commitb3b6210886abd0962f97add91c081ac732639102 (patch)
treeee6faa97dc8928123a4009fd3c65f65c53c6e8f2 /tests
parent01ce066d4307e6e8cab815eab9295a0b259130b9 (diff)
downloadgo-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar
go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.gz
go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.bz2
go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.lz
go-tangerine-b3b6210886abd0962f97add91c081ac732639102.tar.xz
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.go3
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