summaryrefslogtreecommitdiff
path: root/test/-ext-/string/test_ellipsize.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/string/test_ellipsize.rb')
-rw-r--r--test/-ext-/string/test_ellipsize.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/string/test_ellipsize.rb b/test/-ext-/string/test_ellipsize.rb
index d7947041d5..d340abd58a 100644
--- a/test/-ext-/string/test_ellipsize.rb
+++ b/test/-ext-/string/test_ellipsize.rb
@@ -10,7 +10,7 @@ class Test_StringEllipsize < Test::Unit::TestCase
def assert_equal_with_class(expected, result, *rest)
assert_equal(expected.encoding, result.encoding, *rest)
assert_equal(expected, result, result.encoding.name)
- assert_instance_of(Bug::String, result, *rest)
+ assert_instance_of(String, result, *rest)
end
def test_longer