Whitespace

This commit is contained in:
Brian Anderson 2013-06-26 15:34:12 -07:00
parent 5d3ca4b843
commit 332671c479

View File

@ -261,7 +261,7 @@ pub fn make_test_name(config: &config, testfile: &Path) -> test::TestName {
let dir = path.pop().filename();
fmt!("%s/%s", dir.get_or_default(~""), filename.get_or_default(~""))
}
test::DynTestName(fmt!("[%s] %s",
mode_str(config.mode),
shorten(testfile)))