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

ruby-changes:26620

From: nobu <ko1@a...>
Date: Tue, 1 Jan 2013 23:43:03 +0900 (JST)
Subject: [ruby-changes:26620] nobu:r38671 (trunk): * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el

nobu	2013-01-01 23:42:52 +0900 (Tue, 01 Jan 2013)

  New Revision: 38671

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

  Log:
    * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el
      indent.

  Modified files:
    trunk/bootstraptest/test_thread.rb

Index: bootstraptest/test_thread.rb
===================================================================
--- bootstraptest/test_thread.rb	(revision 38670)
+++ bootstraptest/test_thread.rb	(revision 38671)
@@ -267,7 +267,7 @@ assert_normal_exit %q{ https://github.com/ruby/ruby/blob/trunk/bootstraptest/test_thread.rb#L267
 
 assert_equal 'ok', %q{
   def m
-    t = Thread.new { while true do // =~ "" end }
+    t = Thread.new { while true; // =~ "" end }
     sleep 0.1
     10.times {
       if /((ab)*(ab)*)*(b)/ =~ "ab"*7

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

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