about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-02-24 18:02:33 -0800
committerManish Goregaokar <manishsmail@gmail.com>2018-02-24 18:02:33 -0800
commit52047f0ba0d1b1144073963b9b009399d32fb984 (patch)
tree884a690f24c660b4ece0ea6818846920f82631f4
parent7ba4afc17a9604ffadf926269da0e3016ff7dda4 (diff)
downloadrust-52047f0ba0d1b1144073963b9b009399d32fb984.tar.gz
rust-52047f0ba0d1b1144073963b9b009399d32fb984.zip
ignore-pretty on dyn trait test
-rw-r--r--src/test/run-pass/dyn-trait.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/dyn-trait.rs b/src/test/run-pass/dyn-trait.rs
index d6ddb9b6008..fdec6a26ac9 100644
--- a/src/test/run-pass/dyn-trait.rs
+++ b/src/test/run-pass/dyn-trait.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-pretty `dyn ::foo` parses differently in the current epoch
+
 #![feature(dyn_trait)]
 
 use std::fmt::Display;