Skip to content

Commit 148afef

Browse files
committed
Use the compiled extension in test
1 parent 80b5865 commit 148afef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/json_generator_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_buffer_initial_length
243243

244244
def test_gc
245245
if respond_to?(:assert_in_out_err) && !(RUBY_PLATFORM =~ /java/)
246-
assert_in_out_err(%w[-rjson], <<-EOS, [], [])
246+
assert_in_out_err(%w[-rjson -Ilib -Iext], <<-EOS, [], [])
247247
bignum_too_long_to_embed_as_string = 1234567890123456789012345
248248
expect = bignum_too_long_to_embed_as_string.to_s
249249
GC.stress = true

0 commit comments

Comments
 (0)