about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-generic-struct.rs
diff options
context:
space:
mode:
authorJohn Clements <clements@racket-lang.org>2014-06-25 19:41:16 -0700
committerJohn Clements <clements@racket-lang.org>2014-06-27 21:41:16 -0700
commitc956f76c3c8bf42aa768c80e16ed16a3d7d370ea (patch)
tree34fbde89a6833c4b00f4a7844d16c87e8cf72db4 /src/test/run-pass/deriving-cmp-generic-struct.rs
parent4b833e24c39112d2e59cfc1287483c2fe61c34e4 (diff)
downloadrust-c956f76c3c8bf42aa768c80e16ed16a3d7d370ea.tar.gz
rust-c956f76c3c8bf42aa768c80e16ed16a3d7d370ea.zip
replaced ignore-pretty with no-pretty-expanded
Per @acrichto's suggestion, use the more narrowly focused exclusion.
Diffstat (limited to 'src/test/run-pass/deriving-cmp-generic-struct.rs')
-rw-r--r--src/test/run-pass/deriving-cmp-generic-struct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/deriving-cmp-generic-struct.rs b/src/test/run-pass/deriving-cmp-generic-struct.rs
index e2b8e1b6b82..d1610978e2e 100644
--- a/src/test/run-pass/deriving-cmp-generic-struct.rs
+++ b/src/test/run-pass/deriving-cmp-generic-struct.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-pretty FIXME #15189
+// no-pretty-expanded FIXME #15189
 
 #[deriving(PartialEq, Eq, PartialOrd, Ord)]
 struct S<T> {