From b998a6dbe8e932c1922b69dfe3455e5602b52818 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: svn+ssh://ci.ruby-lang.org/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 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 } +} -- cgit v1.2.3