Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jruby/test_load_compiled_ruby.rb
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ def test_load_compiled_ruby
assert !(File.exist? FILENAME)
assert File.exist? COMPILED

$:.unshift('.')
$:.unshift(File.dirname(File.expand_path(FILENAME)))
load FILENAME
assert $test_load_compiled_ruby
ensure

0 comments on commit 6892884

Please sign in to comment.