try-macro.rs now succeeds due to precedence changes

This commit is contained in:
Michael Layzell 2017-06-04 20:14:23 -04:00
parent 6a5a164c8f
commit 1f506c0628

View File

@ -69,9 +69,7 @@ fn filter(entry: &DirEntry) -> bool {
// TODO better support for attributes
"tests/rust/src/test/run-pass/inner-attrs-on-impl.rs" |
// TODO better support for attributes
"tests/rust/src/test/run-pass/item-attributes.rs" |
// TODO precedence issue with binop vs poly trait ref
"tests/rust/src/test/run-pass/try-macro.rs" => false,
"tests/rust/src/test/run-pass/item-attributes.rs" => false,
_ => true,
}
}