Fix bug in generic-obj.rs testcase.

This commit is contained in:
Graydon Hoare 2011-01-26 11:39:48 -08:00
parent 596a97cf70
commit 11da656402

View File

@ -12,7 +12,7 @@ obj buf[T](tup(T,T,T) data) {
}
fn take(&T t) {}
fn take2(T t) {}
fn take2(&T t) {}
}
fn main() {