Skip to content

Commit dc68480

Browse files
committed
Move Natspec syntax tests to natspecJSON
1 parent d083925 commit dc68480

31 files changed

+1
-0
lines changed

scripts/error_codes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def print_ids_per_file(ids, id_to_file_names, top_dir):
171171

172172
def examine_id_coverage(top_dir, source_id_to_file_names, new_ids_only=False):
173173
test_sub_dirs = [
174+
path.join("test", "libsolidity", "natspecJSON"),
174175
path.join("test", "libsolidity", "smtCheckerTests"),
175176
path.join("test", "libsolidity", "syntaxTests"),
176177
path.join("test", "libyul", "yulSyntaxTests")

0 commit comments

Comments
 (0)