Skip to content

Commit

Permalink
Commit c536a0d changed signature for JRuby::Compiler::JavaGenerator.g…
Browse files Browse the repository at this point in the history
…enerate_javac. This spec's failure caused CI to fail miserably.
  • Loading branch information
BanzaiMan committed Apr 27, 2010
1 parent 1449353 commit 4664093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/java_integration/jrubyc/java/basic_spec.rb
Expand Up @@ -32,6 +32,7 @@ def generate(script)
files = %w[Foo.java Bar.java] files = %w[Foo.java Bar.java]
javac = JRuby::Compiler::JavaGenerator.generate_javac( javac = JRuby::Compiler::JavaGenerator.generate_javac(
files, files,
[],
ENV_JAVA['java.class.path'].split(RbConfig::CONFIG['PATH_SEPARATOR']), ENV_JAVA['java.class.path'].split(RbConfig::CONFIG['PATH_SEPARATOR']),
'/tmp') '/tmp')


Expand Down

0 comments on commit 4664093

Please sign in to comment.