diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-04-22 15:32:57 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-04-22 15:32:57 +0800 |
commit | dd417c73e880b63611551b38359d6033e41ca371 (patch) | |
tree | 239b2e793a7a656ecb21bed5ebf39b7935e23845 /libsolidity/SolidityNatspecJSON.cpp | |
parent | 40125469256a17348fe9b8cd58cc8d59d16914b6 (diff) | |
parent | be689e8a082e6508919d2e9ebc51a3997feaf8e6 (diff) | |
download | dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar.gz dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar.bz2 dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar.lz dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar.xz dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.tar.zst dexon-solidity-dd417c73e880b63611551b38359d6033e41ca371.zip |
Merge remote-tracking branch 'upstream/develop' into gasPricerTests
Diffstat (limited to 'libsolidity/SolidityNatspecJSON.cpp')
-rw-r--r-- | libsolidity/SolidityNatspecJSON.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsolidity/SolidityNatspecJSON.cpp b/libsolidity/SolidityNatspecJSON.cpp index 99adcf19..d2c1ec18 100644 --- a/libsolidity/SolidityNatspecJSON.cpp +++ b/libsolidity/SolidityNatspecJSON.cpp @@ -20,8 +20,6 @@ * Unit tests for the solidity compiler JSON Interface output. */ -#if ETH_SOLIDITY - #include "../TestHelper.h" #include <json/json.h> #include <libsolidity/CompilerStack.h> @@ -539,5 +537,3 @@ BOOST_AUTO_TEST_SUITE_END() } } } - -#endif |