diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-26 05:01:03 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-26 05:01:03 +0000 |
| commit | 08c675f64473e72dd125cd2f6c4f7462f635df6f (patch) | |
| tree | e5825bf48c6bce2646f2b502a81b7e7bdc283d70 /bootstraptest | |
| parent | 5cb2d7e487358dc6be89e5a212f28ed1ea132c35 (diff) | |
| download | ruby-08c675f64473e72dd125cd2f6c4f7462f635df6f.tar.gz ruby-08c675f64473e72dd125cd2f6c4f7462f635df6f.tar.xz ruby-08c675f64473e72dd125cd2f6c4f7462f635df6f.zip | |
* test_thread.rb: broken test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_thread.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 02cd2029a..54544df45 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 |
