aboutsummaryrefslogtreecommitdiffstats
path: root/yarvtest/yarvtest.rb
diff options
context:
space:
mode:
Diffstat (limited to 'yarvtest/yarvtest.rb')
-rw-r--r--yarvtest/yarvtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarvtest/yarvtest.rb b/yarvtest/yarvtest.rb
index 56c173bbe0..3dda7e0884 100644
--- a/yarvtest/yarvtest.rb
+++ b/yarvtest/yarvtest.rb
@@ -7,7 +7,7 @@ if /mswin32/ !~ RUBY_PLATFORM
else
$ruby = 'miniruby'
end
-$matzruby = Config::CONFIG['ruby_install_name']
+$matzruby = RbConfig::CONFIG['ruby_install_name']
ARGV.each{|opt|
if /\Aruby=(.+)/ =~ opt