Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc92c1073a93
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 496fc1e2a5c9
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 25, 2015

  1. Copy the full SHA
    414df9d View commit details
  2. Copy the full SHA
    496fc1e View commit details
Showing with 2 additions and 18 deletions.
  1. +0 −6 spec/truffle/spec-wrapper
  2. +0 −11 spec/truffle/spec-wrapper.bat
  3. +2 −1 spec/truffle/truffle.mspec
6 changes: 0 additions & 6 deletions spec/truffle/spec-wrapper

This file was deleted.

11 changes: 0 additions & 11 deletions spec/truffle/spec-wrapper.bat

This file was deleted.

3 changes: 2 additions & 1 deletion spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ class MSpecScript
ENV.key?('WINDIR') || ENV.key?('windir')
end

set :target, File.join(File.dirname(__FILE__), "spec-wrapper#{windows? ? '.bat' : ''}")
set :target, File.expand_path('../../../bin/jruby', __FILE__)
set :flags, %w[-X+T -J-ea -J-Xmx2G]

set :language, [
"spec/ruby/language"