From f6ae77d97ad281610e80407f9f2b0a6c28fe0fe1 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 28 Feb 2014 06:57:28 +0000 Subject: * test/zlib/test_zlib.rb: remove commented out code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/zlib/test_zlib.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/zlib/test_zlib.rb b/test/zlib/test_zlib.rb index 5dd5bcf51d..f381b2ec0d 100644 --- a/test/zlib/test_zlib.rb +++ b/test/zlib/test_zlib.rb @@ -415,7 +415,6 @@ if defined? Zlib z = Zlib::Inflate.new assert_raise(Zlib::DataError) { z << "\0" * 100 + s } assert_equal(true, z.sync("")) - #assert_equal(true, z.sync_point?) z = Zlib::Inflate.new assert_equal(false, z.sync("\0" * 100)) @@ -423,7 +422,6 @@ if defined? Zlib z = Zlib::Inflate.new assert_equal(true, z.sync("\0" * 100 + s)) - #assert_equal(true, z.sync_point?) end def test_set_dictionary -- cgit v1.2.3