Update stack protector test

We no longer generate a protector for the strong case in this test,
which is actually the expected behavior per the test comment.
This commit is contained in:
Nikita Popov 2023-08-08 11:34:07 +02:00
parent 0608fca3ad
commit ebbc68769d

View File

@ -371,7 +371,7 @@ pub fn unsized_fn_param(s: [u8], l: bool, f: fn([u8])) {
// all: __stack_chk_fail
// strong: __stack_chk_fail
// strong-NOT: __stack_chk_fail
// basic-NOT: __stack_chk_fail
// none-NOT: __stack_chk_fail
// missing-NOT: __stack_chk_fail