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

ruby-changes:42467

From: nobu <ko1@a...>
Date: Mon, 11 Apr 2016 16:30:42 +0900 (JST)
Subject: [ruby-changes:42467] nobu:r54541 (trunk): TestException.rb: suppress warning

nobu	2016-04-11 17:27:19 +0900 (Mon, 11 Apr 2016)

  New Revision: 54541

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

  Log:
    TestException.rb: suppress warning
    
    * test/excludes/TestException.rb: suppress "ambiguous first
      argument" warning.

  Modified files:
    trunk/test/excludes/TestException.rb
Index: test/excludes/TestException.rb
===================================================================
--- test/excludes/TestException.rb	(revision 54540)
+++ test/excludes/TestException.rb	(revision 54541)
@@ -5,5 +5,4 @@ sections including external libraries, i https://github.com/ruby/ruby/blob/trunk/test/excludes/TestException.rb#L5
 recover from such situation.
 ]
 
-exclude /test_machine_stackoverflow/, reason
-exclude :test_machine_stackoverflow_by_define_method, reason
+exclude %r[test_machine_stackoverflow], reason

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

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