summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-05 00:18:29 +0000
committeryui-knk <yui-knk@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-05 00:18:29 +0000
commit9e1bb6ed5a5efb3726fdbfb1f3331989b27f0b1d (patch)
treeccfe794932594465571419cebbf1d27d5f2d1af7 /test
parentfa0e55707c2e3b9680eb0e82be491762c4db6aaa (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_ast.rb (renamed from test/-ext-/ast/test_ast.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/ast/test_ast.rb b/test/ruby/test_ast.rb
index 9133c75311..7a60811ec0 100644
--- a/test/-ext-/ast/test_ast.rb
+++ b/test/ruby/test_ast.rb
@@ -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