Skip to content

Commit

Permalink
gc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcooke committed Jun 28, 2015
1 parent feee57d commit d86caed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/PTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ function do_timing(n, deg)
println("\n$op")
for idx in 1:3
gc()
gc_disable()
gc_enable(false)
# print("$(T[idx]): ")
@time test_op(a, idx, op, T)
gc_enable()
gc_enable(true)
end
end
end
Expand Down

0 comments on commit d86caed

Please sign in to comment.