diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-20 21:01:34 +0800 |
commit | 5c975dd4ed7adb29453fa28e64c0193d323cae99 (patch) | |
tree | 2e35677007d26663200c27831301e265a6f07b36 /tests | |
parent | d8ac267f4128117c3fb9736a40f3dbc327582e32 (diff) | |
parent | 63031f571a3ad4bfd7ef60577a588d63ec18b0b4 (diff) | |
download | dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.gz dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.bz2 dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.lz dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.xz dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.tar.zst dexon-5c975dd4ed7adb29453fa28e64c0193d323cae99.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
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 |