diff --git a/test_regress/t/t_trace_type_dupes_structs.py b/test_regress/t/t_trace_type_dupes_structs.py index 7a79ce5ef..dc9d8472f 100755 --- a/test_regress/t/t_trace_type_dupes_structs.py +++ b/test_regress/t/t_trace_type_dupes_structs.py @@ -14,8 +14,7 @@ test.top_filename = "t/t_trace_type_dupes.v" test.compile( # artificially low trace splitting for force cross-split type function usage - verilator_flags2=["--trace", "--trace-structs", "--output-split-ctrace 10"] -) + verilator_flags2=["--trace", "--trace-structs", "--output-split-ctrace 10"]) test.execute()