Skip to content

Commit

Permalink
fixup! Move Natspec syntax tests to natspecJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Aug 21, 2023
1 parent 03aaeea commit 5e232ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def print_ids_per_file(ids, id_to_file_names, top_dir):
def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
test_sub_dirs = [
path.join("test", "libsolidity", "errorRecoveryTests"),
path.join("test", "libsolidity", "natspecJSON"),
path.join("test", "libsolidity", "smtCheckerTests"),
path.join("test", "libsolidity", "syntaxTests"),
path.join("test", "libyul", "yulSyntaxTests")
Expand Down

0 comments on commit 5e232ea

Please sign in to comment.