1
Fork 0

Silence non-implicitly-copyable-typarams in coretest

This commit is contained in:
Brian Anderson 2012-09-02 16:34:20 -07:00
parent ffa5d76a78
commit 49c9ac175f
8 changed files with 69 additions and 61 deletions

View file

@ -3099,7 +3099,7 @@ mod tests {
0x000a_u16 ]) ];
for vec::each(pairs) |p| {
let (s, u) = p;
let (s, u) = copy p;
assert to_utf16(s) == u;
assert from_utf16(u) == s;
assert from_utf16(to_utf16(s)) == s;