aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-05 06:48:34 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-05 06:48:34 +0000
commitb998a6dbe8e932c1922b69dfe3455e5602b52818 (patch)
treed1612fcccb6eb890c331e7333df72d695c537fdb /bootstraptest
parenta7d8042774c4850f91947711f7a85067a2e7af01 (diff)
downloadruby-b998a6dbe8e932c1922b69dfe3455e5602b52818.tar.gz
add a test for IA64 Debian GNU/Linux Etch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-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 a3d073840b..d76f6fdce1 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -221,3 +221,7 @@ assert_equal 'ok', %q{
:ok
end
}
+
+assert_normal_exit %q{
+ at_exit { Fiber.new{}.resume }
+}