mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixes typo in external test commons.
This commit is contained in:
parent
1eeca84cad
commit
672f874b54
@ -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