summaryrefslogtreecommitdiff
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index 31c9ac2dc9..c38c4fb3da 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -48,7 +48,7 @@ class BenchmarkDriver
def progress_message *args
unless STDOUT.tty?
- STDERR.print(*args)
+ STDERR.print(*args)
STDERR.flush
end
end