From 80a790b5c30198c8c0b0d351a27c429d89b74e44 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Thu, 31 Oct 2019 16:16:13 +0100 Subject: [PATCH] Remove solc-js DAO tests replacement --- test/solcjsTests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/solcjsTests.sh b/test/solcjsTests.sh index 93eac32e5..df2554c21 100755 --- a/test/solcjsTests.sh +++ b/test/solcjsTests.sh @@ -53,11 +53,6 @@ DIR=$(mktemp -d) rm -f soljson.js cp "$SOLJSON" soljson.js - # ensure to use always 0.5.0 sources - # FIXME: should be removed once the version bump in this repo is done - rm -rf test/DAO040 - cp -R test/DAO test/DAO040 - # Update version (needed for some tests) echo "Updating package.json to version $VERSION" npm version --allow-same-version --no-git-tag-version $VERSION