aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-10 09:49:37 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-10 09:49:37 +0000
commit32bfc874fa5325d34a5e51c91667360a125339b2 (patch)
tree899de49a61fab76a7647dc3fae3d7c2a06e79795 /bootstraptest
parent9ab6f563a2a5959c9ccf04ff44c4798a7b3037ce (diff)
downloadruby-32bfc874fa5325d34a5e51c91667360a125339b2.tar.gz
"// =~ :a" abort.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index d2e36cfcd1..624b35dcda 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -157,3 +157,5 @@ assert_equal 'true', %q{
"\xa3\xb2\xa3\xb3\xa3\xb4".force_encoding("euc-jp")
]
}, '[ruby-dev:32452]'
+
+assert_normal_exit %q{ // =~ :a }