aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm_thread_mutex3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_mutex3.rb')
-rw-r--r--benchmark/bm_vm_thread_mutex3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_mutex3.rb b/benchmark/bm_vm_thread_mutex3.rb
index 59b38dc30e..7f9a44b39d 100644
--- a/benchmark/bm_vm_thread_mutex3.rb
+++ b/benchmark/bm_vm_thread_mutex3.rb
@@ -8,7 +8,7 @@ max = 2000
Thread.new{
i = 0
while i<max
- i+=1
+ i += 1
m.synchronize{
r += 1
}