Exclude standard contracts by default.

This commit is contained in:
Christian
2015-01-29 01:29:43 +01:00
parent 4e67aa413e
commit f054a4af7b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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");