Skip to content

Commit 7864cb4

Browse files
committed
Enable sanitizer-leak test case
1 parent ac3cf6b commit 7864cb4

File tree

1 file changed

+0
-2
lines changed
  • src/test/run-make-fulldeps/sanitizer-leak

1 file changed

+0
-2
lines changed

src/test/run-make-fulldeps/sanitizer-leak/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# needs-sanitizer-support
44
# only-linux
55
# only-x86_64
6-
# ignore-test
7-
# FIXME(#46126) ThinLTO for libstd broke this test
86

97
all:
108
$(RUSTC) -C opt-level=1 -g -Z sanitizer=leak -Z print-link-args leak.rs | $(CGREP) librustc_rt.lsan

0 commit comments

Comments
 (0)