[ruby/prism] Disallow unescape test on FFI backend
https://github.com/ruby/prism/commit/32277722d4
This commit is contained in:
parent
308c835676
commit
4558abec02
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
require_relative "test_helper"
|
require_relative "test_helper"
|
||||||
|
|
||||||
return if RUBY_VERSION < "3.1.0"
|
return if RUBY_VERSION < "3.1.0" || Prism::BACKEND == :FFI
|
||||||
|
|
||||||
module Prism
|
module Prism
|
||||||
class UnescapeTest < TestCase
|
class UnescapeTest < TestCase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user