From 9374d50c30539811216d81ef61d17712de31ed9e Mon Sep 17 00:00:00 2001 From: Andrew Dunham Date: Mon, 1 Sep 2014 19:15:41 -0700 Subject: [PATCH] ignore-pretty the test --- src/test/run-pass/issue-16597.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/issue-16597.rs b/src/test/run-pass/issue-16597.rs index fafdd8ac938..da1cf0a38ca 100644 --- a/src/test/run-pass/issue-16597.rs +++ b/src/test/run-pass/issue-16597.rs @@ -9,6 +9,7 @@ // except according to those terms. // compile-flags:--test +// ignore-pretty turns out the pretty-printer doesn't handle gensym'd things... #![feature(globs)]