From abbabbf8c8187f704cfa6a76789d496250658dbf Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 20 Apr 2017 01:36:11 +0000 Subject: [PATCH] Move test_extlibs.rb because it's not the test of ruby itself * test/test_extlibs.rb: moved from test/ruby. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/{ruby => }/test_extlibs.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{ruby => }/test_extlibs.rb (100%) diff --git a/test/ruby/test_extlibs.rb b/test/test_extlibs.rb similarity index 100% rename from test/ruby/test_extlibs.rb rename to test/test_extlibs.rb