summaryrefslogtreecommitdiff
path: root/test/ruby/test_array.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-10 10:23:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-10 10:23:23 +0000
commit5877dcbb130f394f74b9357636804099f1031968 (patch)
tree60eceaab082e3fc2ff12b82a8dce731013b06c65 /test/ruby/test_array.rb
parentf19bf5ba5a59631e9d6340d3352b9d9ef20945af (diff)
* test/ruby/test_array.rb: remove useless `assert'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_array.rb')
-rw-r--r--test/ruby/test_array.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_array.rb b/test/ruby/test_array.rb
index 0bd138cc49..7758195990 100644
--- a/test/ruby/test_array.rb
+++ b/test/ruby/test_array.rb
@@ -2447,7 +2447,6 @@ class TestArray < Test::Unit::TestCase
end
end
rescue TimeoutError
- assert(true)
end
EOS
end