3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

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

View file

@ -16,5 +16,5 @@ EOF
hierarchy -top pingpong hierarchy -top pingpong
prep prep
logger -nowarn "found logic loop in module pingpong:" 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 check -assert