Merge pull request #7588 from ethereum/ext-tests-version-pragma-060

Updates fixed version pragma in ext. truffle tests.
This commit is contained in:
chriseth 2019-10-30 15:05:42 +01:00 committed by GitHub
commit 5434ba025e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -224,6 +224,8 @@ function truffle_run_test
local compile_fn="$1" local compile_fn="$1"
local test_fn="$2" local test_fn="$2"
replace_version_pragmas
force_solc "$CONFIG" "$DIR" "$SOLJSON" force_solc "$CONFIG" "$DIR" "$SOLJSON"
printLog "Checking optimizer level..." printLog "Checking optimizer level..."