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

ruby-changes:41748

From: nobu <ko1@a...>
Date: Sun, 14 Feb 2016 17:36:46 +0900 (JST)
Subject: [ruby-changes:41748] nobu:r53822 (trunk): test_exception.rb: fix commit miss

nobu	2016-02-14 17:37:05 +0900 (Sun, 14 Feb 2016)

  New Revision: 53822

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

  Log:
    test_exception.rb: fix commit miss
    
    * test/ruby/test_exception.rb: remove duplicate method.  fix
      commit miss at r53819.

  Modified files:
    trunk/test/ruby/test_exception.rb
Index: test/ruby/test_exception.rb
===================================================================
--- test/ruby/test_exception.rb	(revision 53821)
+++ test/ruby/test_exception.rb	(revision 53822)
@@ -660,9 +660,6 @@ end.join https://github.com/ruby/ruby/blob/trunk/test/ruby/test_exception.rb#L660
     assert_equal('c', e.cause.message, 'cause should be the exception at raised')
   end
 
-  def test_cause_at_raised
-  end
-
   def test_raise_with_cause
     msg = "[Feature #8257]"
     cause = ArgumentError.new("foobar")

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

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