diff options
author | Christian <c@ethdev.com> | 2015-01-29 08:29:43 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-01-29 08:29:43 +0800 |
commit | f054a4af7b56559dccf7406b34b38e05c2b54d5a (patch) | |
tree | 8cd24b00494436dc2909432b61b2b19f1b5278f8 /SolidityEndToEndTest.cpp | |
parent | 4e67aa413e16a00c5056eb388bcf3bb011a7be57 (diff) | |
download | dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar.gz dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar.bz2 dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar.lz dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar.xz dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.tar.zst dexon-solidity-f054a4af7b56559dccf7406b34b38e05c2b54d5a.zip |
Exclude standard contracts by default.
Diffstat (limited to 'SolidityEndToEndTest.cpp')
-rw-r--r-- | SolidityEndToEndTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SolidityEndToEndTest.cpp b/SolidityEndToEndTest.cpp index 1ddb2273..5d726f0d 100644 --- a/SolidityEndToEndTest.cpp +++ b/SolidityEndToEndTest.cpp @@ -1905,6 +1905,7 @@ BOOST_AUTO_TEST_CASE(use_std_lib) import "mortal"; contract Icarus is mortal { } )"; + m_addStandardSources = true; u256 amount(130); u160 address(23); compileAndRun(sourceCode, amount, "Icarus"); |