summaryrefslogtreecommitdiff
path: root/test/ruby/test_clone.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_clone.rb')
-rw-r--r--test/ruby/test_clone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_clone.rb b/test/ruby/test_clone.rb
index 43c0cffa1d..67d79fb8a5 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], M003.ancestors)
+ assert_equal([M003, M002, M001, M002], M003.ancestors)
end
end