Revision: 1929 http://trac.macosforge.org/projects/ruby/changeset/1929 Author: lsansonetti@apple.com Date: 2009-06-25 11:09:46 -0700 (Thu, 25 Jun 2009) Log Message: ----------- when loading a test file, append ./ this way it won't conflict with a stdlib file with the same name Modified Paths: -------------- MacRuby/branches/experimental/test_vm.rb Modified: MacRuby/branches/experimental/test_vm.rb =================================================================== --- MacRuby/branches/experimental/test_vm.rb 2009-06-25 18:09:07 UTC (rev 1928) +++ MacRuby/branches/experimental/test_vm.rb 2009-06-25 18:09:46 UTC (rev 1929) @@ -79,7 +79,7 @@ $test_only.each do |what| print "#{what} " $stdout.flush - load "#{what}.rb" + load "./#{what}.rb" puts end
participants (1)
-
source_changes@macosforge.org