Skip to content

Commit

Permalink
Move Natspec syntax tests to natspecJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Aug 22, 2023
1 parent 640ab66 commit cdf97a2
Show file tree
Hide file tree
Showing 31 changed files 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 @@ -171,6 +171,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", "natspecJSON"),
path.join("test", "libsolidity", "smtCheckerTests"),
path.join("test", "libsolidity", "syntaxTests"),
path.join("test", "libyul", "yulSyntaxTests")
Expand Down

0 comments on commit cdf97a2

Please sign in to comment.