test: Unignore test for fixed issue #20676

This commit is contained in:
Richo Healey 2015-04-08 17:48:19 -07:00
parent 333eb85d4b
commit d8bb08037f

View File

@ -93,9 +93,8 @@ pub fn main() {
t!(format!("{}", 5 + 5), "10");
t!(format!("{:#4}", C), "☃123");
// FIXME(#20676)
// let a: &fmt::Debug = &1;
// t!(format!("{:?}", a), "1");
let a: &fmt::Debug = &1;
t!(format!("{:?}", a), "1");
// Formatting strings and their arguments