diff --git a/scripts/test_antlr_grammar.sh b/scripts/test_antlr_grammar.sh index 801f8184f..46a373cb1 100755 --- a/scripts/test_antlr_grammar.sh +++ b/scripts/test_antlr_grammar.sh @@ -114,7 +114,7 @@ do SOL_FILES+=("$line") done < <( grep -riL -E \ - "^\/\/ (Syntax|Type|Declaration)Error|^\/\/ ParserError (2837|3716|3997|5333|6275|6281|6933)|^==== Source:" \ + "^\/\/ (Syntax|Type|Declaration)Error|^\/\/ ParserError (2837|3716|3997|5333|6275|6281|6933|7319)|^==== Source:" \ "${ROOT_DIR}/test/libsolidity/syntaxTests" \ "${ROOT_DIR}/test/libsolidity/semanticTests" \ ) diff --git a/test/libsolidity/syntaxTests/parsing/max_depth_reached_4.sol b/test/libsolidity/syntaxTests/parsing/max_depth_reached_4.sol index 07a356f77..dc9b31034 100644 --- a/test/libsolidity/syntaxTests/parsing/max_depth_reached_4.sol +++ b/test/libsolidity/syntaxTests/parsing/max_depth_reached_4.sol @@ -22,9 +22,6 @@ contract C { )))))))))))))))))) )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))); - - ? // enforce compilation error, otherwise chk_antlr_grammar complains that - // a grammatically correct file does not compile } } // ----