Skip to content

Commit

Permalink
Merge pull request #18013 from JuliaLang/teh/silence_backtrace
Browse files Browse the repository at this point in the history
Silence unneeded output in backtrace test
  • Loading branch information
timholy authored Aug 13, 2016
2 parents e8ddc42 + fa36710 commit f4d5ec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/backtrace.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ end
@test_broken hasbt2

function btmacro()
@time backtrace()
ret = @timed backtrace()
ret[1]
end
lkup = map(StackTraces.lookup, btmacro())
hasme = hasbtmacro = false
Expand Down

0 comments on commit f4d5ec7

Please sign in to comment.