[ruby/prism] Reference prism after require

https://github.com/ruby/prism/commit/0a8ff431df
This commit is contained in:
Kevin Newton 2024-01-22 11:16:26 -05:00 committed by git
parent e00f42e5d3
commit eb5797062a

View File

@ -1,9 +1,9 @@
# frozen_string_literal: true
return if Prism::BACKEND == :FFI
require_relative "test_helper"
return if Prism::BACKEND == :FFI
module Prism
class FormatErrorsTest < TestCase
def test_format_errors