summaryrefslogtreecommitdiff
path: root/test/-ext-/test_printf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/test_printf.rb')
-rw-r--r--test/-ext-/test_printf.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/-ext-/test_printf.rb b/test/-ext-/test_printf.rb
index 235865dbdc..1f06ad6300 100644
--- a/test/-ext-/test_printf.rb
+++ b/test/-ext-/test_printf.rb
@@ -11,10 +11,6 @@ class Test_SPrintf < Test::Unit::TestCase
"<#{self.class}:#{object_id}>"
end
- def test_int
- assert_match(/\A<-?\d+>\z/, Bug::Printf.i(self))
- end
-
def test_to_str
assert_equal("<#{self.class}:#{object_id}>", Bug::Printf.s(self))
end