Skip to content

Commit e36cb6b

Browse files
committed
WILL NOT WORK DO NOT MERGE
1 parent caeacba commit e36cb6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/ui/sanitizer/memory-eager.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
//@ [optimized]compile-flags: -Z sanitizer=memory -Zsanitizer-memory-track-origins -O
77
//@ [unoptimized]compile-flags: -Z sanitizer=memory -Zsanitizer-memory-track-origins
88
//
9-
//@ run-fail
10-
//@ error-pattern: MemorySanitizer: use-of-uninitialized-value
11-
//@ error-pattern: Uninitialized value was created by an allocation
12-
//@ error-pattern: in the stack frame
9+
//@ run-pass
1310
//
1411
// This test case intentionally limits the usage of the std,
1512
// since it will be linked with an uninstrumented version of it.

0 commit comments

Comments
 (0)