From f2532ab8cac66cec352b6067ebbd4096cb9ca590 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 4 Dec 2015 04:10:00 +0000 Subject: Revert r52872 "string.c: should not taint fstring" This reverts commit b887c7c20ab81b50ed7cb8c7db3218c443985d6b. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_object.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test/ruby/test_object.rb') diff --git a/test/ruby/test_object.rb b/test/ruby/test_object.rb index 27f3bd18ce..a3c71d605c 100644 --- a/test/ruby/test_object.rb +++ b/test/ruby/test_object.rb @@ -755,15 +755,6 @@ class TestObject < Test::Unit::TestCase end EOS assert_match(/\bToS\u{3042}:/, x) - - name = "X".freeze - x = Object.new.taint - class<