diff options
-rw-r--r-- | KNOWNBUGS.rb | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -3,12 +3,3 @@ # So all tests will cause failure. # -assert_equal 'false', %q{ - x = Object.new.taint - class << x - def to_s; "foo".freeze; end - end - x.taint - [x].join("") - eval '"foo".freeze.tainted?' -} |