summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-22 23:49:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-22 23:49:08 +0000
commit4fb45dd5dca3f5973b16fd3c57c6ffe7a841e42a (patch)
tree8249bac6090d28364d4495997e95185ed3e3cfb8 /bootstraptest
parent15838ab0053aa6319696f64fc3f85b291c5eb6d0 (diff)
merge tests for [ruby-dev:31816] and [ruby-dev:31817].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb13
1 files changed, 1 insertions, 12 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 57d5fd928f..03feb653a3 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -17,17 +17,6 @@ end
}, 'rename test/ruby/test_io.rb#_test_ungetc if fixed'
assert_equal 'ok', %q{
- class C
- undef display
- begin
- remove_method :display
- rescue NameError
- end
- end
- :ok
-}, '[ruby-dev:31816]'
-
-assert_equal 'ok', %q{
class B
def m() :fail end
end
@@ -43,7 +32,7 @@ assert_equal 'ok', %q{
rescue NameError
:ok
end
-}, '[ruby-dev:31817]'
+}, '[ruby-dev:31816], [ruby-dev:31817]'
assert_equal 'ok', %q{
Process.setrlimit(Process::RLIMIT_STACK, 1024*1024)