summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-14 08:23:56 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-14 08:23:56 +0000
commitd8df0dd82d2eba38955154db63766cd2b568a95e (patch)
treeb871e1c18d4c6cc58ca796a5c32fc35020ab103e
parentd8544958e460c354c5604cef783a0bb3f9e3f634 (diff)
downloadruby-d8df0dd82d2eba38955154db63766cd2b568a95e.tar.gz
ruby-d8df0dd82d2eba38955154db63766cd2b568a95e.tar.xz
ruby-d8df0dd82d2eba38955154db63766cd2b568a95e.zip
add a test for [ruby-dev:33072].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--bootstraptest/test_knownbug.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 82944c7b1..4788cdf93 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -45,3 +45,7 @@ assert_equal 'ok', %q{
}, '[ruby-core:14537]'
assert_valid_syntax('1.times {|i|print (42),1;}', '[ruby-list:44479]')
+
+assert_normal_exit %q{
+ File.read("empty", nil, nil, {})
+}, '[ruby-dev:33072]'