From af503be3685ae925edefe96d0f160369520e7b5a Mon Sep 17 00:00:00 2001 From: Michael Lamparski Date: Sat, 24 Feb 2018 20:05:17 -0500 Subject: [PATCH] ignore-pretty for the macro-comma-support test include! and the pretty test do not mix --- src/test/run-pass/macro-comma-support.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/macro-comma-support.rs b/src/test/run-pass/macro-comma-support.rs index 7d3f16728b2..bfd911002a0 100644 --- a/src/test/run-pass/macro-comma-support.rs +++ b/src/test/run-pass/macro-comma-support.rs @@ -17,6 +17,8 @@ // implementations for some macro_rules! macros as an implementation // detail. +// ignore-pretty issue #37195 + // compile-flags: --test -C debug_assertions=yes // revisions: std core