aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_const.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress runtime warningsnobu2016-02-191-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_const.rb: suppress warningsnobu2015-10-171-4/+1
* * test/ruby/test_const.rb (TestConst#test_redefinition_memory_leak): extend theusa2014-11-291-1/+1
* test_const.rb: use assert_warningnobu2014-11-271-1/+4
* vm_method.c: preserve encodingsnobu2014-11-251-4/+8
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* variable.c: avoid memory leak on const redefinitionnormal2014-03-171-0/+8
* variable.c: show namespacenobu2012-11-291-1/+2
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+9
* * Merge YARVko12006-12-311-6/+21
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-10/+10
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-5/+5
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+35