Skip to content

Commit

Permalink
Remove outdated test of (now deleted) cumulative_compile_time_ns()
Browse files Browse the repository at this point in the history
  • Loading branch information
NHDaly committed Aug 18, 2021
1 parent 537eafb commit 4ad884f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ end

after = Base.cumulative_compile_time_ns_after();
@test after >= before;
@test Base.cumulative_compile_time_ns() >= after;

# interactive utilities

Expand Down

0 comments on commit 4ad884f

Please sign in to comment.