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:
parent
79c9933c62
commit
75cbd0c013
@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(large_integers)
|
|||||||
b = 0x10000000000000000000000002;
|
b = 0x10000000000000000000000002;
|
||||||
}
|
}
|
||||||
})";
|
})";
|
||||||
compileBothVersions(53, sourceCode);
|
compileBothVersions(58, sourceCode);
|
||||||
compareVersions("f()");
|
compareVersions("f()");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user