diff options
Diffstat (limited to 'KNOWNBUGS.rb')
| -rw-r--r-- | KNOWNBUGS.rb | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb index 5c0e4d5156..35a8e75876 100644 --- a/KNOWNBUGS.rb +++ b/KNOWNBUGS.rb @@ -1,16 +1,7 @@ # -# This test file concludes tests which point out known bugs. +# IMPORTANT: Always keep the first 7 lines (comments), +# even if this file is otherwise empty. +# +# This test file includes tests which point out known bugs. # So all tests will cause failure. # - -assert_normal_exit %q{ - open("tst-remove-load.rb", "w") {|f| - f << <<-'End' - module Kernel - remove_method :load - end - raise - End - } - load "tst-remove-load.rb" -}, '[ruby-dev:40234] [ruby-core:27959]', :timeout => 1 |
