test: "import" -> "use"

This commit is contained in:
Patrick Walton 2012-09-05 12:32:05 -07:00
parent 47dac47e96
commit f686896f60
270 changed files with 406 additions and 559 deletions

View file

@ -1,5 +1,4 @@
use std;
import str;
fn main() {
// Make sure we properly handle repeated self-appends.