mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
adjusting byte difference in optimizer large integers test
This commit is contained in:
@@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(large_integers)
|
||||
b = 0x10000000000000000000000002;
|
||||
}
|
||||
})";
|
||||
compileBothVersions(53, sourceCode);
|
||||
compileBothVersions(58, sourceCode);
|
||||
compareVersions("f()");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user