about summary refs log tree commit diff
path: root/src/test/run-pass/move-1-unique.rs
AgeCommit message (Collapse)AuthorLines
2011-09-24Support non-immediates in trans_uniq::copy_valBrian Anderson-1/+0
Issue #409
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+16
XFAIL the ones that don't work Issue #409