Skip to content

Commit

Permalink
Remove spec for --enable=jit for now as it's unclear whether it shoul…
Browse files Browse the repository at this point in the history
…d be portable

* See #662
  • Loading branch information
eregon committed Apr 2, 2019
1 parent d60e104 commit dc73311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions command_line/feature_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@
ruby_exe("p 'foo'.frozen?", options: "--disable-frozen-string-literal").chomp.should == "false"
end

ruby_version_is "2.6" do
it "can be used with jit" do
ruby_exe("p :OK", options: "--enable=jit 2>&1").chomp.should == ":OK"
ruby_exe("p :OK", options: "--disable=jit 2>&1").chomp.should == ":OK"
ruby_exe("p :OK", options: "--enable-jit 2>&1").chomp.should == ":OK"
ruby_exe("p :OK", options: "--disable-jit 2>&1").chomp.should == ":OK"
end
end

it "can be used with all" do
e = "p [defined?(Gem), defined?(DidYouMean), $VERBOSE, 'foo'.frozen?]"
env = {'RUBYOPT' => '-w'}
Expand Down

0 comments on commit dc73311

Please sign in to comment.