From e21d6eb17b4441b12ede8a53a63e1c9d5868c5b5 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Mon, 9 Jan 2023 15:31:12 -0600 Subject: [PATCH] add ast test --- tests/test_ast_parsing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_ast_parsing.py b/tests/test_ast_parsing.py index 2f0e9b12c..ff96df929 100644 --- a/tests/test_ast_parsing.py +++ b/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"],