cxx: fixed stack smash test case failing due to changed output

__stack_chk_fail no longer prints "abort() was called" message,
changed test case to reflect this.
This commit is contained in:
Marius Vikhammer 2022-12-13 11:15:01 +08:00
parent bec679fbc6
commit bb435c076b

View File

@ -38,5 +38,4 @@ def test_cxx_stack_smash(dut: Dut) -> None:
dut.expect_exact('Press ENTER to see the list of tests')
dut.write('\"stack smashing protection CXX\"')
dut.expect_exact('Stack smashing protect failure!')
dut.expect_exact('abort() was called')
dut.expect_exact('Rebooting...')