mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/ruby/test_marshal.rb now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d420686fdc
commit
cb1d63724c
1 changed files with 0 additions and 15 deletions
|
@ -42,18 +42,3 @@ assert_normal_exit %q{
|
|||
}
|
||||
}, '[ruby-dev:31985]'
|
||||
|
||||
assert_normal_exit %q{
|
||||
class C
|
||||
def initialize(str)
|
||||
@str = str
|
||||
end
|
||||
def _dump(limit)
|
||||
@str
|
||||
end
|
||||
def C._load(s)
|
||||
C.new(s)
|
||||
end
|
||||
end
|
||||
Marshal.load("\004\bu:\006C\003\377\377\377a")
|
||||
}, '[ruby-dev:32054]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue