Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 461392a

Browse files
committed
Fix memtag-attr-check test
1 parent 9962864 commit 461392a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/sanitizer/memtag-attr-check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// applied when enabling the memtag sanitizer.
33
//
44
// needs-sanitizer-memtag
5-
// compile-flags: -Zsanitizer=memtag -Ctarget-feature=+mte
5+
// compile-flags: -Zsanitizer=memtag -Ctarget-feature=+mte -Copt-level=0
66

77
#![crate_type = "lib"]
88

0 commit comments

Comments
 (0)