1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-29 11:09:22 +09:00
parent cd0e208963
commit d92289cd8d
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
5 changed files with 12 additions and 30 deletions

View file

@ -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