From 1f6f750adeb3c9753272ce074243b88f9b3ecc81 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Wed, 20 Jan 2021 19:18:23 -0500 Subject: [PATCH] Remove flaky test See https://github.com/rust-lang/rust/pull/81197 for what's going on here; this is a temporary stopgap until someone has time to review the proper fix. --- src/test/rustdoc/issue-80893.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/test/rustdoc/issue-80893.rs diff --git a/src/test/rustdoc/issue-80893.rs b/src/test/rustdoc/issue-80893.rs deleted file mode 100644 index 7c958a80be395..0000000000000 --- a/src/test/rustdoc/issue-80893.rs +++ /dev/null @@ -1,6 +0,0 @@ -// compile-flags: --test -Z unstable-options --test-builder true - -/// ```no_run -/// This tests that `--test-builder` is accepted as a flag by rustdoc. -/// ``` -pub struct Foo;