about summary refs log tree commit diff
path: root/src/test/run-pass/move-nullary-fn.rs
AgeCommit message (Collapse)AuthorLines
2011-09-19Add tests for moving nullary functionsBrian Anderson-0/+8
I believe this was fixed by marijn recently. Closes #922