mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Move a test file
* test/-ext-/ast/test_ast.rb: This test file has not depended C extension since r63534, so move to 'test/ruby/'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fa0e55707c
commit
9e1bb6ed5a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class TestAst < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
SRCDIR = File.expand_path("../../../..", __FILE__)
|
||||
SRCDIR = File.expand_path("../../..", __FILE__)
|
||||
|
||||
Dir.glob("test/**/*.rb", base: SRCDIR).each do |path|
|
||||
define_method("test_ranges:#{path}") do
|
Loading…
Reference in a new issue