diff --git a/test_regress/t/t_gate_dedupe_func.py b/test_regress/t/t_gate_dedupe_func.py index 00361a3da..b8e6da50d 100755 --- a/test_regress/t/t_gate_dedupe_func.py +++ b/test_regress/t/t_gate_dedupe_func.py @@ -12,8 +12,12 @@ import vltest_bootstrap test.scenarios('simulator') test.compile(verilator_flags2=[ - '--top-module', 'jtcop_game', '-Wno-fatal', '-Wno-IMPLICIT', - '-Wno-WIDTHEXPAND', '-Wno-WIDTHTRUNC', + '--top-module', + 'jtcop_game', + '-Wno-fatal', + '-Wno-IMPLICIT', + '-Wno-WIDTHEXPAND', + '-Wno-WIDTHTRUNC', ]) test.passes()