summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 14:27:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-31 14:27:20 +0000
commit6fd0418ca6a44ce7a93ff6bfc44e620b8c0eff9d (patch)
treefdb5396870cf2d3b92dc410a0ce8d03ec43e13ce /bootstraptest
parent8396860697cf194184d4915fd7be0af73731fdf9 (diff)
downloadruby-6fd0418ca6a44ce7a93ff6bfc44e620b8c0eff9d.tar.gz
ruby-6fd0418ca6a44ce7a93ff6bfc44e620b8c0eff9d.tar.xz
ruby-6fd0418ca6a44ce7a93ff6bfc44e620b8c0eff9d.zip
* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 9ecc7dfac..2d260137c 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -4,11 +4,6 @@
#
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
class_eval("def some-bad-name; puts 'hello' unless @some_variable.some_function(''); end")