Skip to content

Commit c3befaa

Browse files
committed
Require sanitizers be enabled for asan_odr_windows.rs
1 parent efcbb94 commit c3befaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/sanitizer/asan_odr_windows.rs

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
//@ compile-flags:-Zsanitizer=address
66
//@ aux-build: asan_odr_win-2.rs
77
//@ only-windows-msvc
8+
//@ needs-sanitizer-support
9+
//@ needs-sanitizer-address
810

911
extern crate othercrate;
1012

0 commit comments

Comments
 (0)