Apply 'make format'

This commit is contained in:
github action 2025-02-28 09:12:29 +00:00 committed by Mateusz Gancarz
parent ce2a35cc00
commit 77b617aeea
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ for dfile in test.glob_some(test.obj_dir + "/*.d"):
for filename in sorted(hit.keys()):
if (not hit[filename] and not re.search(r'_sc', filename) and not re.search(r'_fst', filename)
and not re.search(r'_saif', filename)
and not re.search(r'_thread', filename)
and not re.search(r'_saif', filename) and not re.search(r'_thread', filename)
and (not re.search(r'_timing', filename) or test.have_coroutines)):
test.error("Include file not covered by t_verilated_all test: ", filename)