summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 05:03:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 05:03:50 +0000
commit7b011fd11eb2becdd26c7de1e895bada273807b2 (patch)
tree8392c265bd77b6bde93123536176d7edf5077db0 /test
parenta9f3eb75de7c4041b273cc782585e1b7b20a6fa4 (diff)
* ext/-test-/printf/printf.c, test/-ext-/test_printf.rb: remove
test for snprintf(3). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-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