aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_zsuper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_zsuper.rb')
-rw-r--r--benchmark/bm_vm2_zsuper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_zsuper.rb b/benchmark/bm_vm2_zsuper.rb
index 7e90df1822..2a43e62217 100644
--- a/benchmark/bm_vm2_zsuper.rb
+++ b/benchmark/bm_vm2_zsuper.rb
@@ -16,5 +16,5 @@ obj = CC.new
while i<6_000_000 # benchmark loop 2
obj.m 10
- i+=1
+ i += 1
end