Skip to content

Commit

Permalink
explicitly return nothing from runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Mar 11, 2014
1 parent de0d371 commit 7f2c224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using Base.Test
function runtests(name)
println(" \033[1m*\033[0m \033[31m$(name)\033[0m")
Core.include("$name.jl")
nothing
end

function propagate_errors(a,b)
Expand Down

0 comments on commit 7f2c224

Please sign in to comment.