Skip to content

Commit

Permalink
Delete @async which was left in test/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Benet committed Mar 4, 2017
1 parent 36d50f1 commit cc0f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -5,6 +5,6 @@
testfiles = ("onevariable.jl", "manyvariables.jl", "mixtures.jl",
"identities_Euler.jl", "fateman40.jl")

@async for file in testfiles
for file in testfiles
include(file)
end

0 comments on commit cc0f5b2

Please sign in to comment.