diff options
author | chriseth <chris@ethereum.org> | 2018-04-06 22:11:52 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-12 19:09:38 +0800 |
commit | b25598126e57fca73058edd722eef7c681460557 (patch) | |
tree | b0ef53c8a27ee69d0ca564642e3bb44ac65eaac6 /test/libsolidity | |
parent | 4faa839813ce76fc87f99b002aad6cadd2b784e1 (diff) | |
download | dexon-solidity-b25598126e57fca73058edd722eef7c681460557.tar.gz dexon-solidity-b25598126e57fca73058edd722eef7c681460557.tar.zst dexon-solidity-b25598126e57fca73058edd722eef7c681460557.zip |
Update documentation and minor changes.
Diffstat (limited to 'test/libsolidity')
-rw-r--r-- | test/libsolidity/Assembly.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libsolidity/Assembly.cpp b/test/libsolidity/Assembly.cpp index 59993f66..bdb7a107 100644 --- a/test/libsolidity/Assembly.cpp +++ b/test/libsolidity/Assembly.cpp @@ -158,7 +158,6 @@ BOOST_AUTO_TEST_CASE(location_test) } )"; shared_ptr<string const> n = make_shared<string>(""); - shared_ptr<string const> codegen = make_shared<string>("--CODEGEN--:8-17"); AssemblyItems items = compileContract(sourceCode); vector<SourceLocation> locations = vector<SourceLocation>(24, SourceLocation(2, 75, make_shared<string>(""))) + |