[前][次][番号順一覧][スレッド一覧]

ruby-changes:53793

From: ko1 <ko1@a...>
Date: Tue, 27 Nov 2018 09:39:52 +0900 (JST)
Subject: [ruby-changes:53793] ko1:r66011 (trunk): to debug https://ci.appveyor.com/project/ruby/ruby/builds/20566898/job/hda29416yal9h6hn use binary search

ko1	2018-11-27 09:39:46 +0900 (Tue, 27 Nov 2018)

  New Revision: 66011

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66011

  Log:
    to debug https://ci.appveyor.com/project/ruby/ruby/builds/20566898/job/hda29416yal9h6hn use binary search

  Modified files:
    trunk/spec/ruby/core/main/using_spec.rb
Index: spec/ruby/core/main/using_spec.rb
===================================================================
--- spec/ruby/core/main/using_spec.rb	(revision 66010)
+++ spec/ruby/core/main/using_spec.rb	(revision 66011)
@@ -3,6 +3,7 @@ require_relative 'fixtures/classes' https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/main/using_spec.rb#L3
 
 describe "main.using" do
   it "requires one Module argument" do
+=begin
     lambda do
       eval('using', TOPLEVEL_BINDING)
     end.should raise_error(ArgumentError)
@@ -10,6 +11,7 @@ describe "main.using" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/main/using_spec.rb#L11
     lambda do
       eval('using "foo"', TOPLEVEL_BINDING)
     end.should raise_error(TypeError)
+=end
   end
 
   it "uses refinements from the given module only in the target file" do

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]