[ruby/prism] Reference prism after require
https://github.com/ruby/prism/commit/0a8ff431df
This commit is contained in:
parent
e00f42e5d3
commit
eb5797062a
@ -1,9 +1,9 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
return if Prism::BACKEND == :FFI
|
|
||||||
|
|
||||||
require_relative "test_helper"
|
require_relative "test_helper"
|
||||||
|
|
||||||
|
return if Prism::BACKEND == :FFI
|
||||||
|
|
||||||
module Prism
|
module Prism
|
||||||
class FormatErrorsTest < TestCase
|
class FormatErrorsTest < TestCase
|
||||||
def test_format_errors
|
def test_format_errors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user