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