Skip to content

Commit 0a8ff43

Browse files
committed
Reference prism after require
1 parent f933802 commit 0a8ff43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/prism/format_errors_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

3-
return if Prism::BACKEND == :FFI
4-
53
require_relative "test_helper"
64

5+
return if Prism::BACKEND == :FFI
6+
77
module Prism
88
class FormatErrorsTest < TestCase
99
def test_format_errors

0 commit comments

Comments
 (0)