зеркало из https://github.com/github/ruby.git
[ruby/prism] Disallow unescape test on FFI backend
https://github.com/ruby/prism/commit/32277722d4
This commit is contained in:
Родитель
308c835676
Коммит
4558abec02
|
@ -2,7 +2,7 @@
|
|||
|
||||
require_relative "test_helper"
|
||||
|
||||
return if RUBY_VERSION < "3.1.0"
|
||||
return if RUBY_VERSION < "3.1.0" || Prism::BACKEND == :FFI
|
||||
|
||||
module Prism
|
||||
class UnescapeTest < TestCase
|
||||
|
|
Загрузка…
Ссылка в новой задаче