Update documentation and minor changes.

This commit is contained in:
chriseth
2018-04-12 13:09:38 +02:00
parent 4faa839813
commit b25598126e
2 changed files with 11 additions and 8 deletions
-1
View File
@@ -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>(""))) +