about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthijs Hofstra <thiezz@gmail.com>2013-06-16 22:23:45 +0200
committerMatthijs Hofstra <thiezz@gmail.com>2013-06-23 23:21:35 +0200
commitb306f9fa404cc8a23648c2d992071a27c88666f1 (patch)
treeece9960eb1267837631c4f69744aa535ea07afa9
parent3b1ace9f9b07d59804fab1abc02ddf20b1496666 (diff)
Changed shootout-chameneos-redux output to conform to the 'official' output format.
-rw-r--r--src/test/bench/shootout-chameneos-redux.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout-chameneos-redux.rs b/src/test/bench/shootout-chameneos-redux.rs
index 2a9ea783c14..3ff123b027a 100644
--- a/src/test/bench/shootout-chameneos-redux.rs
+++ b/src/test/bench/shootout-chameneos-redux.rs
@@ -85,7 +85,7 @@ fn show_number(nn: uint) -> ~str {
         out = show_digit(dig) + " " + out;
     }
 
-    return out;
+    return ~" " + out;
 }
 
 fn transform(aa: color, bb: color) -> color {