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:
Mathias Baumann
2019-08-19 17:42:03 +02:00
parent 5e2a31f43b
commit 0e3ff25b4e
6 changed files with 549 additions and 6 deletions
@@ -1 +1,3 @@
contract C1 {} contract C2 is C1 {}
// ----