From 9e249508162c80974a815504cf96c78e240e3a42 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 8 Feb 2007 13:32:01 +0000 Subject: * test/ruby/test_clone.rb: fix to current spec (Module should not be occur many times in ancestors). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_clone.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_clone.rb') diff --git a/test/ruby/test_clone.rb b/test/ruby/test_clone.rb index 67d79fb8a5..43c0cffa1d 100644 --- a/test/ruby/test_clone.rb +++ b/test/ruby/test_clone.rb @@ -23,6 +23,6 @@ class TestClone < Test::Unit::TestCase assert_raises(NoMethodError) {foo.test2} - assert_equal([M003, M002, M001, M002], M003.ancestors) + assert_equal([M003, M002, M001], M003.ancestors) end end -- cgit v1.2.3