summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knownbug.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-03 13:29:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-03 13:29:11 +0000
commit47dcf6702ac2f6e8b6b5bbf1f5f0c965421e7723 (patch)
tree2ec47b73faa44a3c1b4e65830221f2453367bb69 /bootstraptest/test_knownbug.rb
parent091333f9eaddeb3302ee4ae5a4cfc14a62695653 (diff)
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_knownbug.rb')
-rw-r--r--bootstraptest/test_knownbug.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 8e508da451..66944cd11e 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -209,3 +209,6 @@ assert_normal_exit %q{
C.new.m
}
+assert_normal_exit %q{
+ [1,2,3].slice!(1,10000).inspect
+}