1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* bootstraptest/test_method.rb: use assert_normal_exit to test

[ruby-dev:31818].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-10-01 07:18:26 +00:00
parent 36585f17fb
commit adcd9f7ea1
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Mon Oct 1 16:17:44 2007 Tanaka Akira <akr@fsij.org>
* bootstraptest/test_method.rb: use assert_normal_exit to test
[ruby-dev:31818].
Mon Oct 1 15:57:49 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* gc.c (id2ref): skip ICLASS.

View file

@ -975,11 +975,10 @@ assert_equal 'ok', %q{
end
}, '[ruby-dev:31816], [ruby-dev:31817]'
assert_equal 'ok', %q{
assert_normal_exit %q{
Process.setrlimit(Process::RLIMIT_STACK, 1024*1024)
class C
attr "a" * (2*1024*1024)
end
:ok
}, '[ruby-dev:31818]'