From 77b617aeea516409c9f84160fc9d8ceba2a92d50 Mon Sep 17 00:00:00 2001 From: github action Date: Fri, 28 Feb 2025 09:12:29 +0000 Subject: [PATCH] Apply 'make format' --- test_regress/t/t_verilated_all.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_regress/t/t_verilated_all.py b/test_regress/t/t_verilated_all.py index 81c7e392a..6c603bf31 100755 --- a/test_regress/t/t_verilated_all.py +++ b/test_regress/t/t_verilated_all.py @@ -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)