add ast test

pull/1574/head
alpharush 2 years ago
parent cf7c62bad1
commit e21d6eb17b
  1. 1
      tests/test_ast_parsing.py

@ -328,6 +328,7 @@ ALL_TESTS = [
ALL_VERSIONS,
),
Test("custom_error-0.8.4.sol", make_version(8, 4, 15)),
Test("custom-error-selector.sol", make_version(8, 4, 15)),
Test(
"top-level-0.4.0.sol",
VERSIONS_04 + VERSIONS_05 + VERSIONS_06 + ["0.7.0"],

Loading…
Cancel
Save