diff options
author | chriseth <c@ethdev.com> | 2015-04-21 17:45:33 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-04-21 17:46:11 +0800 |
commit | 02121683f5f43cb3c547521fb4a2642f637f246f (patch) | |
tree | e7bbfb580082eac8b606b29e13444f00f80f0273 /libsolidity/SolidityEndToEndTest.cpp | |
parent | e375612a7ecbab9ad33a6a40df1c722a82e07630 (diff) | |
download | dexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.tar.gz dexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.tar.zst dexon-solidity-02121683f5f43cb3c547521fb4a2642f637f246f.zip |
Removed (and added) some #ifs (but removed more than I added).
Diffstat (limited to 'libsolidity/SolidityEndToEndTest.cpp')
-rw-r--r-- | libsolidity/SolidityEndToEndTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libsolidity/SolidityEndToEndTest.cpp b/libsolidity/SolidityEndToEndTest.cpp index c345f520..db58c344 100644 --- a/libsolidity/SolidityEndToEndTest.cpp +++ b/libsolidity/SolidityEndToEndTest.cpp @@ -21,8 +21,6 @@ * Unit tests for the solidity expression compiler, testing the behaviour of the code. */ -#if ETH_SOLIDITY - #include <string> #include <tuple> #include <boost/test/unit_test.hpp> @@ -3704,5 +3702,3 @@ BOOST_AUTO_TEST_SUITE_END() } } } // end namespaces - -#endif |