Skip to content

Commit 0cf462f

Browse files
committed
test-signalhandler.py: adjusted expected result for macos-14
1 parent 453d6fc commit 0cf462f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/signal/test-signalhandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_segv():
6262
assert stderr == ''
6363
lines = stdout.splitlines()
6464
if sys.platform == "darwin":
65+
print(platform.mac_ver())
6566
if int(platform.mac_ver()[1][0]) >= 14:
6667
assert lines[0] == 'Internal error: cppcheck received signal SIGSEGV - SEGV_ACCERR (at 0x0).'
6768
else:

0 commit comments

Comments
 (0)