summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_array.rb')
-rw-r--r--test/ruby/test_array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb
index feeccd4e0a..dc276e035b 100644
--- a/test/ruby/test_array.rb
+++ b/test/ruby/test_array.rb
@@ -2409,7 +2409,7 @@ class TestArray < Test::Unit::TestCase
def test_combination_clear
bug9939 = '[ruby-core:63149] [Bug #9939]'
- assert_separately([], <<-'end;')
+ assert_ruby_status([], <<-'end;', bug9939)
100_000.times {Array.new(1000)}
a = [*0..100]
a.combination(3) {|*,x| a.clear}