From 3bd5dc3c612abf91a0e9c92f63b22ccc695bd6f1 Mon Sep 17 00:00:00 2001 From: David Wood Date: Wed, 30 Aug 2023 13:12:34 +0100 Subject: [PATCH] tests: re-enable pretty-std-collections on macOS Signed-off-by: David Wood --- tests/debuginfo/pretty-std-collections.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/debuginfo/pretty-std-collections.rs b/tests/debuginfo/pretty-std-collections.rs index 93597aa7e23..93a0dff6848 100644 --- a/tests/debuginfo/pretty-std-collections.rs +++ b/tests/debuginfo/pretty-std-collections.rs @@ -1,7 +1,6 @@ // ignore-windows failing on win32 bot // ignore-freebsd: gdb package too new // ignore-android: FIXME(#10381) -// ignore-macos: FIXME(#78665) // compile-flags:-g // The pretty printers being tested here require the patch from