Commit e86aa486 authored by yann300's avatar yann300

bump solidity version used for testing

parent b676b27b
...@@ -6,7 +6,7 @@ var util = require('../src/util') ...@@ -6,7 +6,7 @@ var util = require('../src/util')
var compiler = require('solc') var compiler = require('solc')
var compilerInput = require('../src/helpers/compilerHelper').compilerInput var compilerInput = require('../src/helpers/compilerHelper').compilerInput
var executionContext = require('../src/execution/execution-context') var executionContext = require('../src/execution/execution-context')
var solidityVersion = 'v0.5.4+commit.9549d8ff' var solidityVersion = 'v0.5.8+commit.23d335f2'
/* tape *********************************************************** */ /* tape *********************************************************** */
tape('load compiler ' + solidityVersion, function (t) { tape('load compiler ' + solidityVersion, function (t) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment