Skip to content

Commit c7d4dfe

Browse files
committed
Fix preprocessor test.
1 parent ef1e833 commit c7d4dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/truffle/cexts/test-preprocess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
require_relative '../../../lib/cext/preprocess'
1010

1111
def test_patch(file, directory, input, expected)
12-
got = Preprocessor.patch(file, input, directory)
12+
got = Truffle::CExt::Preprocessor.patch(file, input, directory)
1313
abort "expected\n#{expected.inspect}\ngot\n#{got.inspect}" unless got == expected
1414
end
1515

0 commit comments

Comments
 (0)