diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 15:23:54 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-12 15:23:54 +0000 |
commit | 35a84adff01996abe5d21dec423cc45691774199 (patch) | |
tree | e769f3cbc6d0d5e01042a2088ba78a09d9c6abcc /compar.c | |
parent | 757f06fdc75263b16cb041e003de968e63c285ce (diff) | |
download | ruby-35a84adff01996abe5d21dec423cc45691774199.tar.gz |
* test/dbm/test_dbm.rb: remove locking test, which may not be
supported on some platforms. [ruby-dev:27030]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'compar.c')
-rw-r--r-- | compar.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -135,7 +135,6 @@ cmp_lt(VALUE x, VALUE y) return Qfalse; } - /* * call-seq: * obj <= other => true or false |