about summary refs log tree commit diff
path: root/src/test/run-pass/deriving-cmp-generic-enum.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-enum.rs
parent4b833e24c39112d2e59cfc1287483c2fe61c34e4 (diff)
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-enum.rs')
-rw-r--r--src/test/run-pass/deriving-cmp-generic-enum.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/deriving-cmp-generic-enum.rs b/src/test/run-pass/deriving-cmp-generic-enum.rs
index 4a9324dd201..ccd0d967a51 100644
--- a/src/test/run-pass/deriving-cmp-generic-enum.rs
+++ b/src/test/run-pass/deriving-cmp-generic-enum.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)]
 enum E<T> {