Skip to content

Commit c97c605

Browse files
committed
Fix tests/assembly/stack-protector/stack-protector-target-support.rs
Previously the test seems to not actually test redox.
1 parent bb59453 commit c97c605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/assembly/stack-protector/stack-protector-target-support.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// revisions: r1 r2 r3 r4 r5 r6 r7 r8 r9 r10 r11 r12 r13 r14 r15 r16 r17 r18 r19 r20 r21 r22 r23
55
// revisions: r24 r25 r26 r27 r28 r29 r30 r31 r32 r33 r35 r36 r37 r38 r39 r40 r41 r42 r43 r44
66
// revisions: r45 r46 r47 r48 r49 r50 r51 r52 r53 r54 r55 r56 r57 r58 r59 r60 r61 r62 r63 r64 r65
7-
// revisions: r66 r67 r68 r69 r70 r71 r72 r73 r74 r75 r76 r77 r78 r79 r80 r81 r82 r83 r84
7+
// revisions: r66 r67 r68 r69 r70 r71 r72 r73 r74 r75 r76 r77 r78 r79 r80 r81 r82 r83 r84 r85
88
// assembly-output: emit-asm
99
// [r1] compile-flags: --target aarch64-unknown-linux-gnu
1010
// [r1] needs-llvm-components: aarch64
@@ -283,4 +283,5 @@ pub fn foo() {
283283
// r82: __stack_chk_fail
284284
// r83: __stack_chk_fail
285285
// r84: __stack_chk_fail
286+
// r85: __stack_chk_fail
286287
}

0 commit comments

Comments
 (0)