Fix DAO test after recent solc-js updates

Updates on the "master_060" branch of solc-js removed the backwards compatibility.
This commit is contained in:
Alex Beregszaszi 2019-11-21 14:16:55 +00:00
parent 1b9e861050
commit 65d4b82cbf

View File

@ -14,7 +14,7 @@ tape('Deterministic Compilation', function (t) {
input[file] = { content: fs.readFileSync(testdir + file, 'utf8') };
}
for (i = 0; i < 10; i++) {
var output = JSON.parse(solc.compileStandardWrapper(JSON.stringify({
var output = JSON.parse(solc.compile(JSON.stringify({
language: 'Solidity',
settings: {
optimizer: {