Fix expected counts

This commit is contained in:
Geza Lore 2026-06-22 17:45:57 +01:00
parent 8942347fc7
commit e56d608533
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ test.compile(verilator_flags2=["-Wno-UNOPTTHREADS", "-fno-dfg", "--stats", test.
test.execute()
if test.vlt:
test.file_grep(test.stats, r'Optimizations, Const bit op reduction\s+(\d+)', 50)
test.file_grep(test.stats, r'Optimizations, Const bit op reduction\s+(\d+)', 46)
test.file_grep(test.stats, r'SplitVar, packed variables split automatically\s+(\d+)', 1)
test.passes()