+0
-9
lines changedFilter options
+0
-9
lines changed Original file line number Diff line number Diff line change
@@ -37,15 +37,6 @@
37
37
ruby_exe("p 'foo'.frozen?", options: "--disable-frozen-string-literal").chomp.should == "false"
38
38
end
39
39
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
-
49
40
it "can be used with all" do
50
41
e = "p [defined?(Gem), defined?(DidYouMean), $VERBOSE, 'foo'.frozen?]"
51
42
env = {'RUBYOPT' => '-w'}
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4