Skip to content

Commit dc73311

Browse files
committed
Remove spec for --enable=jit for now as it's unclear whether it should be portable
* See #662
1 parent d60e104 commit dc73311

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

command_line/feature_spec.rb

-9
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@
3737
ruby_exe("p 'foo'.frozen?", options: "--disable-frozen-string-literal").chomp.should == "false"
3838
end
3939

40-
ruby_version_is "2.6" do
41-
it "can be used with jit" do
42-
ruby_exe("p :OK", options: "--enable=jit 2>&1").chomp.should == ":OK"
43-
ruby_exe("p :OK", options: "--disable=jit 2>&1").chomp.should == ":OK"
44-
ruby_exe("p :OK", options: "--enable-jit 2>&1").chomp.should == ":OK"
45-
ruby_exe("p :OK", options: "--disable-jit 2>&1").chomp.should == ":OK"
46-
end
47-
end
48-
4940
it "can be used with all" do
5041
e = "p [defined?(Gem), defined?(DidYouMean), $VERBOSE, 'foo'.frozen?]"
5142
env = {'RUBYOPT' => '-w'}

0 commit comments

Comments
 (0)