Skip to content

Commit b306f9f

Browse files
committed
Changed shootout-chameneos-redux output to conform to the 'official' output format.
1 parent 3b1ace9 commit b306f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/bench/shootout-chameneos-redux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn show_number(nn: uint) -> ~str {
8585
out = show_digit(dig) + " " + out;
8686
}
8787

88-
return out;
88+
return ~" " + out;
8989
}
9090
9191
fn transform(aa: color, bb: color) -> color {

0 commit comments

Comments
 (0)