diff options
Diffstat (limited to 'test/ruby/test_exception.rb')
-rw-r--r-- | test/ruby/test_exception.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index a39e2c7723..18b0d6f725 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -472,7 +472,7 @@ end.join assert_equal(false, s.tainted?, "#{exc}#to_s should not propagate taintness") end - + o = Object.new def o.to_str "foo" |