diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-04-06 16:20:58 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-04-06 16:20:58 +0800 |
commit | b9ace5452ea869418c350d632f7e23fa83d6ff75 (patch) | |
tree | 21b9af6219b11f7b696dca486753d76bc0df1892 /SolidityTypes.cpp | |
parent | 8921dc0de43536cf94c43647282fb379a57888e9 (diff) | |
parent | ac32ee3ec7f960f80442b00e55455661fa94572d (diff) | |
download | dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.gz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.bz2 dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.lz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.xz dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.tar.zst dexon-solidity-b9ace5452ea869418c350d632f7e23fa83d6ff75.zip |
Merge remote-tracking branch 'upstream/develop' into addTests
Diffstat (limited to 'SolidityTypes.cpp')
-rw-r--r-- | SolidityTypes.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SolidityTypes.cpp b/SolidityTypes.cpp index 6b630647..da8b4830 100644 --- a/SolidityTypes.cpp +++ b/SolidityTypes.cpp @@ -20,6 +20,8 @@ * Unit tests for the type system of Solidity. */ +#if ETH_SOLIDITY + #include <libsolidity/Types.h> #include <boost/test/unit_test.hpp> @@ -91,3 +93,5 @@ BOOST_AUTO_TEST_SUITE_END() } } } + +#endif |