aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm/nowarn.go
diff options
context:
space:
mode:
authorEthan Buchman <ethan@coinculture.info>2015-02-27 06:54:57 +0800
committerEthan Buchman <ethan@coinculture.info>2015-02-27 06:54:57 +0800
commit5a827417d9cef0d2a765df11e747b1755bf04898 (patch)
treecd3764686dcb59f5b1b9faf16c9f29dcc5efd593 /tests/vm/nowarn.go
parent9446489cf3f2eb4b5237b9355b3975fde2886508 (diff)
parentcc5c8a444dbc23501ba1a131eb2334f4b5e1ce9f (diff)
downloadgo-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar.gz
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar.bz2
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar.lz
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar.xz
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.tar.zst
go-tangerine-5a827417d9cef0d2a765df11e747b1755bf04898.zip
Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop
Diffstat (limited to 'tests/vm/nowarn.go')
-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