mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
[ruby/prism] Remove warnings check from parse_success? method
e30a241fb3
This commit is contained in:
parent
8e86a4347e
commit
10bc0bd4ab
3 changed files with 8 additions and 12 deletions
|
@ -23,9 +23,6 @@ module Prism
|
|||
def test_parse_success?
|
||||
assert Prism.parse_success?("1")
|
||||
refute Prism.parse_success?("<>")
|
||||
|
||||
assert Prism.parse_success?("m //", verbose: false)
|
||||
refute Prism.parse_success?("m //", verbose: true)
|
||||
end
|
||||
|
||||
def test_parse_file_success?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue