mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
benchmark/app_aobench.rb: add a magic comment
To support the change of default encoding. It had not worked correctly since 2.0 :-) [Bug #15552] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9065336909
commit
be3a0c7042
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# coding: US-ASCII
|
||||||
|
|
||||||
# AO render benchmark
|
# AO render benchmark
|
||||||
# Original program (C) Syoyo Fujita in Javascript (and other languages)
|
# Original program (C) Syoyo Fujita in Javascript (and other languages)
|
||||||
# https://code.google.com/p/aobench/
|
# https://code.google.com/p/aobench/
|
||||||
|
|
Loading…
Reference in a new issue