mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/webrick/webrick.cgi: Don't use debug mode.
* test/webrick/webrick_long_filename.cgi: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
770128ade3
commit
ed50872b30
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Mon Nov 10 05:57:53 2014 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* test/webrick/webrick.cgi: Don't use debug mode.
|
||||
|
||||
* test/webrick/webrick_long_filename.cgi: Ditto.
|
||||
|
||||
Sun Nov 9 23:25:49 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_eval.c (vm_call_super): allow bound proc method to call super
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!ruby -d
|
||||
#!ruby
|
||||
require "webrick/cgi"
|
||||
|
||||
class TestApp < WEBrick::CGI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!ruby -d
|
||||
#!ruby
|
||||
require "webrick/cgi"
|
||||
|
||||
class TestApp < WEBrick::CGI
|
||||
|
|
Loading…
Reference in a new issue