Skip to content

Commit 332671c

Browse files
committed
Whitespace
1 parent 5d3ca4b commit 332671c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiletest/compiletest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pub fn make_test_name(config: &config, testfile: &Path) -> test::TestName {
261261
let dir = path.pop().filename();
262262
fmt!("%s/%s", dir.get_or_default(~""), filename.get_or_default(~""))
263263
}
264-
264+
265265
test::DynTestName(fmt!("[%s] %s",
266266
mode_str(config.mode),
267267
shorten(testfile)))

0 commit comments

Comments
 (0)