From a41649bff4611a6004471e89cac31e6535e2cff8 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 12 Mar 2024 23:35:31 +0900 Subject: [PATCH] [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 --- test/prism/parser_test.rb | 1 - 1 file changed, 1 deletion(-) 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" ]