Attempt to put out burning Windows tinderbox.

This commit is contained in:
Eric Holk 2011-07-23 13:01:05 -07:00
parent ad954fcecc
commit 63e77a3de1
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,6 @@ mod map_reduce {
}
}
fn main(vec[str] argv) {
fn main() {
map_reduce::map_reduce(["../src/test/run-pass/hashmap-memory.rs"]);
}