aboutsummaryrefslogtreecommitdiffstats
path: root/KNOWNBUGS.rb
diff options
context:
space:
mode:
Diffstat (limited to 'KNOWNBUGS.rb')
-rw-r--r--KNOWNBUGS.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb
index d53bdb753b..b97a08d928 100644
--- a/KNOWNBUGS.rb
+++ b/KNOWNBUGS.rb
@@ -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?'
-}