ruby-changes:60281
From: Koichi <ko1@a...>
Date: Wed, 4 Mar 2020 11:36:48 +0900 (JST)
Subject: [ruby-changes:60281] ce586107d8 (master): fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00
https://git.ruby-lang.org/ruby.git/commit/?id=ce586107d8 From ce586107d8da0d6dff1a62d500be1bc2c1cbe9b4 Mon Sep 17 00:00:00 2001 From: Koichi Sasada <ko1@a...> Date: Wed, 4 Mar 2020 11:36:34 +0900 Subject: fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00 diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index a2ccc63..53777c6 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -58,7 +58,7 @@ class TestGc < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_gc.rb#L58 GC.start # full mark and next time it should be minor mark GC.start(full_mark: false) - assert_nil GC.latest_gc_info(:major_by, msg) + assert_nil GC.latest_gc_info(:major_by) GC.start(full_mark: true) assert_not_nil GC.latest_gc_info(:major_by) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/