Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/compiler/general_spec.rb
Original file line number Diff line number Diff line change
@@ -75,7 +75,8 @@ def compile_to_method(src, filename, lineno)
handle,
method,
oj.runtime.Visibility::PUBLIC,
currModule)
currModule,
false)
end

def compile_run(src, filename, line)

0 comments on commit a2ae622

Please sign in to comment.