Skip to content

Commit

Permalink
Forgot to update test to reflect new field
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Apr 7, 2015
1 parent 066aa2f commit a2ae622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/compiler/general_spec.rb
Expand Up @@ -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)
Expand Down

0 comments on commit a2ae622

Please sign in to comment.