Skip to content

Commit e16c739

Browse files
committed
fix minor bug in check_all_packages
1 parent 8098cb0 commit e16c739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_all_packages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Logging.with_logger(TerminalLogger()) do
3333
if !exprs_roughly_equal(e2, e1)
3434
mismatch_count += 1
3535
failing_source = sprint(context=:color=>true) do io
36-
for c in reduce_tree(text)
36+
for c in reduce_tree(parseall(SyntaxNode, text))
3737
JuliaSyntax.highlight(io, c.source, range(c), context_lines_inner=5)
3838
println(io, "\n")
3939
end

0 commit comments

Comments
 (0)