1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-12-23 01:24:33 +00:00
parent 2af31f4800
commit 8bec48f2a4
2 changed files with 4 additions and 4 deletions

View file

@ -128,7 +128,7 @@ class TestThread < Test::Unit::TestCase
sleep 0.5
t1.kill
t2.kill
assert(c1 > c2, "[ruby-dev:33124]")
# assert_operator(c1, :>, c2, "[ruby-dev:33124]") # not guaranteed
end
def test_new

View file

@ -1,7 +1,7 @@
#define RUBY_VERSION "1.8.8"
#define RUBY_RELEASE_DATE "2009-12-22"
#define RUBY_RELEASE_DATE "2009-12-23"
#define RUBY_VERSION_CODE 188
#define RUBY_RELEASE_CODE 20091222
#define RUBY_RELEASE_CODE 20091223
#define RUBY_PATCHLEVEL -1
#define RUBY_VERSION_MAJOR 1
@ -9,7 +9,7 @@
#define RUBY_VERSION_TEENY 8
#define RUBY_RELEASE_YEAR 2009
#define RUBY_RELEASE_MONTH 12
#define RUBY_RELEASE_DAY 22
#define RUBY_RELEASE_DAY 23
#ifdef RUBY_EXTERN
RUBY_EXTERN const char ruby_version[];