aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/SolidityEndToEndTest.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-04-21 17:45:33 +0800
committerchriseth <c@ethdev.com>2015-04-21 17:46:11 +0800
commit02121683f5f43cb3c547521fb4a2642f637f246f (patch)
treee7bbfb580082eac8b606b29e13444f00f80f0273 /libsolidity/SolidityEndToEndTest.cpp
parente375612a7ecbab9ad33a6a40df1c722a82e07630 (diff)
downloaddexon-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.cpp4
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