mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Remove warnings of flip-flop deprecation from tests and specs"
This reverts commit bf7a32d220.
flip-flop is no longer deprecated.
[Feature #5400]
This commit is contained in:
parent
cd0e208963
commit
d92289cd8d
5 changed files with 12 additions and 30 deletions
|
|
@ -25,7 +25,7 @@ describe "The -e command line option" do
|
|||
|
||||
describe "with -n and a Fixnum range" do
|
||||
before :each do
|
||||
@script = "-W0 -ne 'print if %s' #{fixture(__FILE__, "conditional_range.txt")}"
|
||||
@script = "-ne 'print if %s' #{fixture(__FILE__, "conditional_range.txt")}"
|
||||
end
|
||||
|
||||
it "mimics an awk conditional by comparing an inclusive-end range with $." do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue