]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/deriving-cmp-generic-enum.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / run-pass / deriving-cmp-generic-enum.rs
index b1cd1877a7667101e40d76165de5f2f76a70f196..b2add21dcd487f40ebc378ed108512366dd5ada1 100644 (file)
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// no-pretty-expanded FIXME #15189
-
-
 #[derive(PartialEq, Eq, PartialOrd, Ord)]
 enum E<T> {
     E0,