summary refs log tree commit diff
path: root/src/test/run-pass/class-method-cross-crate.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+1
2012-03-22Make cross-crate calls to class methods workTim Chevalier-3/+2
2012-03-21methods workTim Chevalier-0/+13