Skip to content

Commit 7407eb1

Browse files
committed
modified: tests/assembly-llvm/stack-protector/stack-protector-heuristics-effect-windows-64bit-2.rs
1 parent 7ed74db commit 7407eb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/assembly-llvm/stack-protector/stack-protector-heuristics-effect-windows-64bit-2.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
//@ assembly-output: emit-asm
33
//@ only-windows
44
//@ only-msvc
5-
//@ ignore-64bit 64-bit table based SEH has slightly different behaviors than classic SEH
5+
//@ ignore-32bit 64-bit table based SEH has slightly different behaviors than classic SEH
66
//@ [all] compile-flags: -Z stack-protector=all
77
//@ [strong] compile-flags: -Z stack-protector=strong
88
//@ [none] compile-flags: -Z stack-protector=none
99
//@ compile-flags: -C opt-level=2 -Z merge-functions=disabled
1010

1111
#![crate_type = "lib"]
12-
#![allow(internal_features)]
1312
#![feature(unsized_fn_params)]
1413

1514
extern "C" {

0 commit comments

Comments
 (0)