mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 04:15:52 +00:00
check: Rephrase regex for portability
This commit is contained in:
parent
4fdcf388d3
commit
e4296072c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue