File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,12 @@ done < <(
117
117
" ^\/\/ (Syntax|Type|Declaration)Error|^\/\/ ParserError (1684|2837|3716|3997|5333|6275|6281|6933|7319)|^==== Source:" \
118
118
" ${ROOT_DIR} /test/libsolidity/syntaxTests" \
119
119
" ${ROOT_DIR} /test/libsolidity/semanticTests" |
120
- grep -v -E ' comments/.*_direction_override.*.sol' |
121
- grep -v -E ' literals/.*_direction_override.*.sol'
122
120
# Skipping the unicode tests as I couldn't adapt the lexical grammar to recursively counting RLO/LRO/PDF's.
121
+ grep -v -E ' comments/.*_direction_override.*.sol' |
122
+ grep -v -E ' literals/.*_direction_override.*.sol' |
123
+ # Skipping a test with "revert E;" because ANTLR cannot distinguish it from
124
+ # a variable declaration.
125
+ grep -v -E ' revertStatement/non_called.sol'
123
126
)
124
127
125
128
YUL_FILES=()
You can’t perform that action at this time.
0 commit comments