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

ruby-changes:21345

From: naruse <ko1@a...>
Date: Tue, 4 Oct 2011 10:25:17 +0900 (JST)
Subject: [ruby-changes:21345] naruse:r33394 (trunk): Fix test of gc introduced in r33379.

naruse	2011-10-04 10:25:04 +0900 (Tue, 04 Oct 2011)

  New Revision: 33394

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

  Log:
    Fix test of gc introduced in r33379.

  Modified files:
    trunk/test/ruby/test_gc.rb

Index: test/ruby/test_gc.rb
===================================================================
--- test/ruby/test_gc.rb	(revision 33393)
+++ test/ruby/test_gc.rb	(revision 33394)
@@ -89,6 +89,7 @@
     assert_normal_exit("exit", "[ruby-core:39777]", :child_env => env)
 
     env = {
+      "RUBYOPT" => "",
       "RUBY_HEAP_MIN_SLOTS" => "100000"
     }
     assert_in_out_err([env, "-e", "exit"], "", [], [], "[ruby-core:39795]")

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

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