diff options
author | Kushagra Sharma <ksharm01@gmail.com> | 2019-03-18 20:29:26 +0800 |
---|---|---|
committer | Guillaume Ballet <gballet@gmail.com> | 2019-03-18 20:29:26 +0800 |
commit | fb458280d1b0b90156745202677dabbc74187697 (patch) | |
tree | 725704c2a15abdd797da46d8023ccdbc1767a625 /common/compiler/test.v.py | |
parent | 47c03c0f8c32772b021ed182e71fccbe49bd0e99 (diff) | |
download | go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar.gz go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar.bz2 go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar.lz go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar.xz go-tangerine-fb458280d1b0b90156745202677dabbc74187697.tar.zst go-tangerine-fb458280d1b0b90156745202677dabbc74187697.zip |
Modified Abigen to Support Vyper (#19120)
Diffstat (limited to 'common/compiler/test.v.py')
-rw-r--r-- | common/compiler/test.v.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/compiler/test.v.py b/common/compiler/test.v.py new file mode 100644 index 000000000..35af56c8f --- /dev/null +++ b/common/compiler/test.v.py @@ -0,0 +1,3 @@ +@public +def test(): + hello: int128 |