Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
really show error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Mar 15, 2017
1 parent 75bdc90 commit 61435c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_static.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ if recording
println(io, "### Failures:")
for (k, dict) in failures
println(io, "file: $k")
Base.showerror(io, "$(dict[:exception])")
Base.showerror(io, dict[:exception])
println("\n")
end
else
Expand Down

0 comments on commit 61435c3

Please sign in to comment.