check: Rephrase regex for portability

This commit is contained in:
Martin Povišer 2024-02-12 15:09:52 +01:00
parent 4fdcf388d3
commit e4296072c4
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ EOF
hierarchy -top pingpong
prep
logger -nowarn "found logic loop in module pingpong:"
logger -expect error "Found \d+ problems in 'check -assert'" 1
logger -expect error "Found [0-9]+ problems in 'check -assert'" 1
check -assert