Skip to content

Commit

Permalink
check: Rephrase regex for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed Feb 12, 2024
1 parent ecb62f3 commit 95e14a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/various/check_3.ys
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95e14a4

Please sign in to comment.