From bdfe61ad7565977aa05eba465392c3ab0c756239 Mon Sep 17 00:00:00 2001 From: emizzle Date: Thu, 3 May 2018 23:30:59 -0400 Subject: [PATCH] fix test failing with old solc version --- test/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compiler.js b/test/compiler.js index bc719463..5c36cfde 100644 --- a/test/compiler.js +++ b/test/compiler.js @@ -8,7 +8,7 @@ let readFile = function(file) { return new File({filename: file, type: File.types.dapp_file, path: file}); }; -var solcVersion = "0.4.17"; +var solcVersion = "0.4.23"; var TestEvents = { request: (cmd, cb) => {