Skip to content

Commit 3227772

Browse files
committed
Disallow unescape test on FFI backend
1 parent 2a29c8e commit 3227772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/prism/unescape_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "test_helper"
44

5-
return if RUBY_VERSION < "3.1.0"
5+
return if RUBY_VERSION < "3.1.0" || Prism::BACKEND == :FFI
66

77
module Prism
88
class UnescapeTest < TestCase

0 commit comments

Comments
 (0)