Skip to content

Commit

Permalink
Silence unneeded output in backtrace test
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 13, 2016
1 parent e8ddc42 commit fa36710
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 fa36710

Please sign in to comment.