diff options
Diffstat (limited to 'src/test/run-pass/deriving-cmp-generic-tuple-struct.rs')
| -rw-r--r-- | src/test/run-pass/deriving-cmp-generic-tuple-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs b/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs index c07f124a08d..25f62e85ba6 100644 --- a/src/test/run-pass/deriving-cmp-generic-tuple-struct.rs +++ b/src/test/run-pass/deriving-cmp-generic-tuple-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 TS<T>(T,T); |
