summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/prism/ruby_api_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/prism/ruby_api_test.rb b/test/prism/ruby_api_test.rb
index b934c26ff4..9da326b2b8 100644
--- a/test/prism/ruby_api_test.rb
+++ b/test/prism/ruby_api_test.rb
@@ -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?