parent
9ca4ae2b19
commit
6604b06a48
@ -1,14 +0,0 @@ |
||||
/* eslint-env node, mocha */ |
||||
|
||||
/*const solc = require('solc'); |
||||
const getInstrumentedVersion = require('./../lib/instrumentSolidity.js'); |
||||
const util = require('./util/util.js'); |
||||
|
||||
describe('return statements', () => { |
||||
it('should compile after instrumenting function that returns true', () => { |
||||
const contract = util.getCode('return/return.sol'); |
||||
const info = getInstrumentedVersion(contract, 'test.sol'); |
||||
const output = JSON.parse(solc.compile(util.codeToCompilerInput(info.contract))); |
||||
util.report(output.errors); |
||||
}); |
||||
});*/ |
Loading…
Reference in new issue