Skip to content

Commit 56b9cb2

Browse files
committed
Expect protectoor for strong and basic local string
1 parent 266aa1b commit 56b9cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ pub fn local_string_addr_taken(f: fn(&String)) {
161161
//
162162

163163
// all: __security_check_cookie
164-
// strong-NOT: __security_check_cookie
165-
// basic-NOT: __security_check_cookie
164+
// strong: __security_check_cookie
165+
// basic: __security_check_cookie
166166
// none-NOT: __security_check_cookie
167167
// missing-NOT: __security_check_cookie
168168
}

0 commit comments

Comments
 (0)