summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 05:01:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-26 05:01:03 +0000
commit3eff6d398bfa74e39afe3a7e78965a433d04f249 (patch)
treee5825bf48c6bce2646f2b502a81b7e7bdc283d70
parent5fb7052bb9dacd30f2a5e4241c87613009135dfe (diff)
* test_thread.rb: broken test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--bootstraptest/test_thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb
index 02cd2029aa..54544df45e 100644
--- a/bootstraptest/test_thread.rb
+++ b/bootstraptest/test_thread.rb
@@ -224,7 +224,7 @@ assert_equal 'ok', %{
pid, status = Process.wait2
$result = status.success? ? :ok : :ng
rescue NotImplementedError
- :ok
+ $result = :ok
end
END
end