From 540021ff5d4771d3dfb8ce8ea5346a0ff2c1d060 Mon Sep 17 00:00:00 2001 From: boats Date: Mon, 19 Mar 2018 15:48:48 -0700 Subject: [PATCH] Okay this is the right way. --- src/test/rustdoc/synthetic_auto/no-redundancy.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs index 5ccee7811d23..daa91c3e12bb 100644 --- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs +++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -/* This test is flakey. Commented it out until #49123 is fixed +// ignore-test pub struct Inner { field: T, @@ -26,5 +26,3 @@ where pub struct Outer { inner_field: Inner, } - -*/