summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2024-03-12 23:35:31 +0900
committergit <svn-admin@ruby-lang.org>2024-03-12 14:48:39 +0000
commita41649bff4611a6004471e89cac31e6535e2cff8 (patch)
treeb6478c5856a97a8804ae1866306f13c8d16c8cc5
parent1ed6b7b40d7d1f459e37160a7bcd1e79420229c9 (diff)
[ruby/prism] Follow #2579
Due to #2579, the test case for range_begin_open_inclusive.txt has also been restored. https://github.com/ruby/prism/commit/da173526a1
-rw-r--r--test/prism/parser_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/prism/parser_test.rb b/test/prism/parser_test.rb
index 6fe9bfe0d3..9559d0ebe8 100644
--- a/test/prism/parser_test.rb
+++ b/test/prism/parser_test.rb
@@ -78,7 +78,6 @@ module Prism
"heredocs_nested.txt",
"indented_file_end.txt",
"non_alphanumeric_methods.txt",
- "range_begin_open_inclusive.txt",
"strings.txt",
"xstring.txt"
]