From c5ef8a656fd211dd1d3c6d73cb3705dc4b301907 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 27 Mar 2020 19:39:35 +0100 Subject: [PATCH] enable leak tests on macOS --- tests/compile-fail/memleak.rs | 1 - tests/compile-fail/memleak_rc.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/compile-fail/memleak.rs b/tests/compile-fail/memleak.rs index 06e01d7aea3a..c3b27abcdbb2 100644 --- a/tests/compile-fail/memleak.rs +++ b/tests/compile-fail/memleak.rs @@ -1,5 +1,4 @@ // ignore-windows: We do not check leaks on Windows -// ignore-macos: We do not check leaks on macOS //error-pattern: the evaluated program leaked memory diff --git a/tests/compile-fail/memleak_rc.rs b/tests/compile-fail/memleak_rc.rs index 14a85ecd8947..446d28681b9e 100644 --- a/tests/compile-fail/memleak_rc.rs +++ b/tests/compile-fail/memleak_rc.rs @@ -1,5 +1,4 @@ // ignore-windows: We do not check leaks on Windows -// ignore-macos: We do not check leaks on macOS //error-pattern: the evaluated program leaked memory