From e3e223110c335eeaa145a3c09e03dcb17e7e2f6b Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 6 Feb 2004 13:42:15 +0000 Subject: * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous commit. [ruby-dev:22813] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/pp.rb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a093bdf3f..74236a6e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 6 22:41:22 2004 NAKAMURA, Hiroshi + + * lib/pp.rb (PPInspectTest#test_to_s_with_iv): rollback the previous + commit. [ruby-dev:22813] + Fri Feb 6 22:22:50 2004 NAKAMURA, Hiroshi * lib/pp.rb (PPInspectTest#test_to_s_with_iv): remove instance diff --git a/lib/pp.rb b/lib/pp.rb index b0dcf8694..81a453d9a 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -541,7 +541,6 @@ if __FILE__ == $0 a.instance_eval { @a = nil } result = PP.pp(a, '') assert_equal("#{a.inspect}\n", result) - a.instance_eval { remove_instance_variable("@a") } end def test_to_s_without_iv -- cgit