Skip to content

Commit 3648bd7

Browse files
committed
Fix envutil for +Parallel-Sweep
1 parent 1e84982 commit 3648bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/lib/envutil.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def current_parser
301301

302302
def current_parallel_sweep?
303303
features = RUBY_DESCRIPTION[%r{\)\K [-+*/%._0-9a-zA-Z\[\] ]*(?=\[[-+*/%._0-9a-zA-Z]+\]\z)}]
304-
features&.split&.include?("+parallel-sweep")
304+
features&.split&.include?("+Parallel-Sweep")
305305
end
306306
module_function :current_parallel_sweep?
307307

0 commit comments

Comments
 (0)