aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-06-29 00:48:49 -0700
committerRoy Frostig <[email protected]>2010-06-29 00:48:49 -0700
commit0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e (patch)
tree3fb4121a55da18cdacfeac5fc31211315309428f /src/test/run-pass
parentThe few and proud isolated bits from stdlib-work so far that don't break ever... (diff)
downloadrust-0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e.tar.xz
rust-0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e.zip
Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the original XFAIL is more generally that of issue #92.
Diffstat (limited to 'src/test/run-pass')
-rw-r--r--src/test/run-pass/generic-obj.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/generic-obj.rs b/src/test/run-pass/generic-obj.rs
index 414aaff4..1ff7d180 100644
--- a/src/test/run-pass/generic-obj.rs
+++ b/src/test/run-pass/generic-obj.rs
@@ -11,7 +11,7 @@ obj buf[T](tup(T,T,T) data) {
}
}
- fn take(T t) {}
+ fn take(&T t) {}
}
fn main() {