patch up pretty-printing test

This commit is contained in:
Niko Matsakis 2014-12-20 08:41:33 -05:00
parent d87b308b67
commit acd31db229
1 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@
// pp-exact
fn f<T, 'a, 'b) -> int where T : 'a, 'a: 'b, T: Eq {
0
}
fn f<'a, 'b, T>(t: T) -> int where T: 'a, 'a:'b, T: Eq { 0 }
fn main() { }