mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make sure json output array order is consistent
The source of the "contractDependencies" value was an std::map, thus order was more or less random.
This commit is contained in:
@@ -1 +1,3 @@
|
||||
contract C1 {} contract C2 is C1 {}
|
||||
|
||||
// ----
|
||||
|
||||
Reference in New Issue
Block a user