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

ruby-changes:24608

From: ko1 <ko1@a...>
Date: Wed, 8 Aug 2012 17:11:35 +0900 (JST)
Subject: [ruby-changes:24608] ko1:r36659 (trunk): * bootstrap/test_exception.rb: fix a last committed test.

ko1	2012-08-08 17:11:12 +0900 (Wed, 08 Aug 2012)

  New Revision: 36659

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36659

  Log:
    * bootstrap/test_exception.rb: fix a last committed test.

  Modified files:
    trunk/ChangeLog
    trunk/bootstraptest/test_exception.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36658)
+++ ChangeLog	(revision 36659)
@@ -1,3 +1,7 @@
+Wed Aug  8 17:08:14 2012  Koichi Sasada  <ko1@a...>
+
+	* bootstrap/test_exception.rb: fix a last committed test.
+
 Wed Aug  8 16:27:58 2012  Koichi Sasada  <ko1@a...>
 
 	* compile.c, insns.def (checkmatch):
Index: bootstraptest/test_exception.rb
===================================================================
--- bootstraptest/test_exception.rb	(revision 36658)
+++ bootstraptest/test_exception.rb	(revision 36659)
@@ -423,6 +423,7 @@
   end
   begin
     begin
+      raise
     rescue C.new
     end
   rescue TypeError

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

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