Skip to content

Commit

Permalink
Enable sanitizer-leak test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiasko committed Oct 15, 2019
1 parent ac3cf6b commit 7864cb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/run-make-fulldeps/sanitizer-leak/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# needs-sanitizer-support
# only-linux
# only-x86_64
# ignore-test
# FIXME(#46126) ThinLTO for libstd broke this test

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

0 comments on commit 7864cb4

Please sign in to comment.