mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6620 from ethereum/external-tests-abiv2
Fix typo in external test commons
This commit is contained in:
commit
6b2dbbffe4
@ -160,7 +160,7 @@ function force_solc_settings
|
||||
function force_abi_v2
|
||||
{
|
||||
# Add "pragma experimental ABIEncoderV2" to all files.
|
||||
printLog "Forcibly enabling ABIEncodreV2..."
|
||||
printLog "Forcibly enabling ABIEncoderV2..."
|
||||
find contracts test -name '*.sol' -type f -print0 | \
|
||||
while IFS= read -r -d '' file
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user