From de3f2adb53561c99630478e8372326c0d0a63153 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 31 Dec 2007 14:27:20 +0000 Subject: * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bootstraptest') diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 9ecc7dfac7..2d260137c2 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -3,11 +3,6 @@ # So all tests will cause failure. # -assert_normal_exit %q{ - null = File.exist?("/dev/null") ? "/dev/null" : "NUL" # maybe DOSISH - File.read(null).clone -}, '[ruby-dev:32819] reported by Kazuhiro NISHIYAMA' - assert_normal_exit %q{ class Foo def self.add_method -- cgit v1.2.3