1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2013-07-31 12:20:50 +00:00
parent 0e2d0bb970
commit c1ada18d0c
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Jul 31 21:20:08 2013 Kouhei Sutou <kou@cozmixng.org>
* test/rexml/test_notationdecl_parsetest.rb: remove a needless shebang.
Wed Jul 31 20:11:01 2013 Masaki Matsushita <glass.saga@gmail.com>
* string.c (rb_str_rindex): fix bug introduced in r42269.

View file

@ -1,5 +1,3 @@
#! /usr/bin/ruby
require 'test/unit'
require 'rexml/document'