From 0e1ac327ad3a9cfa049daa525b3e4ec8d3a17cdc Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 May 2008 06:48:34 +0000 Subject: add a test for IA64 Debian GNU/Linux Etch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index a3d073840..d76f6fdce 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 } +} -- cgit