Fix format mis-indendenting t_assert_ctl_arg

This commit is contained in:
Wilson Snyder 2025-04-06 12:44:30 -04:00
parent eefbd94966
commit 6997a7c516
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ test.compile(make_top_shell=False,
test.execute(all_run_flags=["+verilator+error+limit+100"],
expect_filename=test.t_dir + "/t_assert_ctl_arg.out")
test.files_identical(test.coverage_filename, test.t_dir + "/t_assert_ctl_arg.coverage.out")
test.files_identical(test.coverage_filename, test.t_dir + "/t_assert_ctl_arg.dat.out")
test.passes()