Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the original XFAIL is more generally that of issue #92.
This commit is contained in:
parent
023e5af639
commit
0d6aaec493
|
@ -325,7 +325,6 @@ TEST_XFAILS_X86 := test/run-pass/mlist-cycle.rs \
|
|||
test/run-pass/vec-slice.rs \
|
||||
test/run-pass/fn-lval.rs \
|
||||
test/run-pass/generic-fn-infer.rs \
|
||||
test/run-pass/generic-obj.rs \
|
||||
test/run-pass/generic-recursive-tag.rs \
|
||||
test/run-pass/mutable-alias-vec.rs \
|
||||
test/run-pass/mutable-vec-drop.rs \
|
||||
|
|
|
@ -11,7 +11,7 @@ obj buf[T](tup(T,T,T) data) {
|
|||
}
|
||||
}
|
||||
|
||||
fn take(T t) {}
|
||||
fn take(&T t) {}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in New Issue