Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/v0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 6, 2015
2 parents 19c74cf + 8da463b commit 543d024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ module TestKDtree

using KDtree

#FactCheck.onlystats(true)
FactCheck.onlystats(true)

include("test_knn.jl")
include("test_query_ball.jl")

#FactCheck.exitstatus()
FactCheck.exitstatus()

end #module

0 comments on commit 543d024

Please sign in to comment.