Skip to content

Commit

Permalink
Merge pull request #6109 from tkelman/patch-3
Browse files Browse the repository at this point in the history
Explicitly return nothing from runtests
  • Loading branch information
JeffBezanson committed Mar 11, 2014
2 parents 213f3d8 + 7f2c224 commit 0c2cfb1
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 0c2cfb1

Please sign in to comment.