Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jruby/test_load_compiled_ruby.rb
Original file line number Diff line number Diff line change
@@ -26,4 +26,4 @@ def test_load_compiled_ruby
FileUtils.rm_f(COMPILED)
end
end
end
end
2 changes: 1 addition & 1 deletion test/jruby/test_load_compiled_ruby_class_from_classpath.rb
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ def test_loading_compiled_ruby_class_from_classpath
result = nil

FileUtils.cd("..") do
result = jruby("-Xaot.loadClasses=true -r#{RubyName} -e '1'")
result = jruby("-r#{RubyName} -e '1'", 'jruby.aot.loadClasses' => 'true' )
end
assert_equal 0, $?.exitstatus, "did not get 0 for exit status from running jruby against the class"
assert_equal "hello from runner", result, "wrong text from runner"

0 comments on commit fe13fff

Please sign in to comment.