mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
User-defined literal suffixes: Grammar
This commit is contained in:
committed by
Kamil Śliwak
parent
00509830d5
commit
f97e3884cb
@@ -129,7 +129,8 @@ done < <(
|
||||
grep -v -E 'license/license_hidden_unicode.sol' |
|
||||
grep -v -E 'license/license_unicode.sol' |
|
||||
# Skipping tests with 'something.address' as 'address' as the grammar fails on those
|
||||
grep -v -E 'inlineAssembly/external_function_pointer_address.*.sol'
|
||||
grep -v -E 'inlineAssembly/external_function_pointer_address.*.sol' |
|
||||
grep -v -E 'literalSuffixes/application/invalid_address_member_on_suffix.sol'
|
||||
)
|
||||
|
||||
YUL_FILES=()
|
||||
|
||||
Reference in New Issue
Block a user