diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-06-17 04:38:56 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-06-17 04:38:56 +0800 |
commit | a217c7a53d78fbe8840bdb6659c6e9b066c58392 (patch) | |
tree | caeeade082bc2fb1ca7985c44ad1caae97d80b93 /libsolidity/Assembly.cpp | |
parent | 5694f2c7b280dbbafdc2740a42ea64f3cdaf9da1 (diff) | |
parent | bc74cd0a3c0ca6a18ff8bae3f468e45115ae37e1 (diff) | |
download | dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar.gz dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar.bz2 dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar.lz dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar.xz dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.tar.zst dexon-solidity-a217c7a53d78fbe8840bdb6659c6e9b066c58392.zip |
Merge remote-tracking branch 'upstream/develop' into PoWTests
Diffstat (limited to 'libsolidity/Assembly.cpp')
-rw-r--r-- | libsolidity/Assembly.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/Assembly.cpp b/libsolidity/Assembly.cpp index fd4bbcf6..8d316a97 100644 --- a/libsolidity/Assembly.cpp +++ b/libsolidity/Assembly.cpp @@ -106,7 +106,7 @@ BOOST_AUTO_TEST_CASE(location_test) AssemblyItems items = compileContract(sourceCode); vector<SourceLocation> locations = vector<SourceLocation>(17, SourceLocation(2, 75, n)) + - vector<SourceLocation>(14, SourceLocation(20, 72, n)) + + vector<SourceLocation>(26, SourceLocation(20, 72, n)) + vector<SourceLocation>{SourceLocation(42, 51, n), SourceLocation(65, 67, n)} + vector<SourceLocation>(4, SourceLocation(58, 67, n)) + vector<SourceLocation>(3, SourceLocation(20, 72, n)); |