Comment out flakey test.

This commit is contained in:
boats 2018-03-19 13:13:31 -07:00
parent 2797aaca77
commit f8fb9f18a5
No known key found for this signature in database
GPG Key ID: 92537B21110A684B

View 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 @@ where
pub struct Outer<T> {
inner_field: Inner<T>,
}
*/