julia
fc577d0b - Execute `backtrace` once before testing formatting (#38886)

Commit
5 years ago
Execute `backtrace` once before testing formatting (#38886) On some platforms (PowerPC) the call to the `jlplt` is not a tail-call and so it will be part of the backtrace. This means we are off-by-one and won't skip the Julia function `backtrace` messing up tests that check precise formatting.
Author
Parents
Loading