Time - () explodes
------------------

                 Key: JRUBY-2055
                 URL: http://jira.codehaus.org/browse/JRUBY-2055
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.x
         Environment: osx/linux
            Reporter: McClain Looney


require 'test/unit'
class JrubyTests < Test::Unit::TestCase
  MAX=3
  def test_gt_on_fixnum_and_nil
    begin
      Time.now - ()
    rescue TypeError=>x
      assert x
    end 
  end 

end



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to