diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-29 08:03:12 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-09-29 08:03:12 +0000 |
commit | ecefee85b79b860468df9748ccdb1ce43173280c (patch) | |
tree | 84e06c14a933dd7d4e5f1fd8f8e4cb30bf7b7e5e /benchmark | |
parent | a136301deaff79f0100db389ef27b81da48f7556 (diff) | |
download | ruby-ecefee85b79b860468df9748ccdb1ce43173280c.tar.gz |
bm_vm3_gc.rb: no shebang
* benchmark/bm_vm3_gc.rb: remove unnecessary shebang line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--[-rwxr-xr-x] | benchmark/bm_vm3_gc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bm_vm3_gc.rb b/benchmark/bm_vm3_gc.rb index 7db9829d44..e668026915 100755..100644 --- a/benchmark/bm_vm3_gc.rb +++ b/benchmark/bm_vm3_gc.rb @@ -1,4 +1,3 @@ -#! /usr/bin/ruby 5000.times do 100.times do {"xxxx"=>"yyyy"} |