]> git.lizzy.rs Git - rust.git/commitdiff
Comment out flakey test.
authorboats <boats@mozilla.com>
Mon, 19 Mar 2018 20:13:31 +0000 (13:13 -0700)
committerboats <boats@mozilla.com>
Mon, 19 Mar 2018 20:13:31 +0000 (13:13 -0700)
src/test/rustdoc/synthetic_auto/no-redundancy.rs

index 0b37f2ed3179021aaa041687fc0bde509a2ea7df..20d7e29f714db30b531a17314aad7c2f7d27f555 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+/* This test is flakey, so it has been commented out.
+
 pub struct Inner<T> {
     field: T,
 }
@@ -24,3 +26,5 @@ unsafe impl<T> Send for Inner<T>
 pub struct Outer<T> {
     inner_field: Inner<T>,
 }
+
+*/