diff options
author | Liana Husikyan <liana@ethdev.com> | 2015-03-24 01:08:45 +0800 |
---|---|---|
committer | Liana Husikyan <liana@ethdev.com> | 2015-03-25 20:59:46 +0800 |
commit | 7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1 (patch) | |
tree | c38e2848dad7366c08290ce43e6a676c133ee93a /SolidityTypes.cpp | |
parent | 0934d0e943765c7c87cf1b3da43aa876f4f1e469 (diff) | |
download | dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar.gz dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar.bz2 dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar.lz dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar.xz dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.tar.zst dexon-solidity-7e73fd3f45982ffcc4080c7df56a8f64d6cc91d1.zip |
renamed getCanonicalSignature
added externalTypes instead of types for interface functions
added simple test
todo
testing
Diffstat (limited to 'SolidityTypes.cpp')
-rw-r--r-- | SolidityTypes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SolidityTypes.cpp b/SolidityTypes.cpp index 6b630647..4133ce7b 100644 --- a/SolidityTypes.cpp +++ b/SolidityTypes.cpp @@ -86,6 +86,7 @@ BOOST_AUTO_TEST_CASE(storage_layout_arrays) BOOST_CHECK(ArrayType(ArrayType::Location::Storage, make_shared<FixedBytesType>(32), 9).getStorageSize() == 9); } + BOOST_AUTO_TEST_SUITE_END() } |