From bbc2f80a32b52b79586829e46ec97781456f9080 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 3 Mar 2008 08:22:18 +0000 Subject: * re.c (rb_reg_regsub): remove too strict encoding check. [ruby-dev:33966] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_m17n_comb.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/ruby') diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index e69d6fadc8..ca527cc807 100644 --- a/test/ruby/test_m17n_comb.rb +++ b/test/ruby/test_m17n_comb.rb @@ -1417,7 +1417,6 @@ class TestM17NComb < Test::Unit::TestCase assert_equal(s1, doit.call) next end - assert(false, "test broken") if !str_enc_compatible?(s1.gsub(r2, ''), s3) assert_raise(ArgumentError, desc) { doit.call } next @@ -1472,7 +1471,6 @@ class TestM17NComb < Test::Unit::TestCase assert_equal([s1, nil], doit.call) next end - assert(false, "test broken") if !str_enc_compatible?(s1.gsub(r2, ''), s3) assert_raise(ArgumentError, desc) { doit.call } next -- cgit v1.2.3