Skip to content

Commit 9507f9b

Browse files
committed
Minor fix to package check tool
1 parent f4db9ce commit 9507f9b

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(logger) do
3333
@assert Meta.isexpr(e2, :toplevel)
3434
try
3535
e1 = JuliaSyntax.parseall(Expr, code, filename=fpath, ignore_warnings=true)
36-
if !exprs_roughly_equal(e2, e1, strict_triple_strs=false)
36+
if !exprs_roughly_equal(e2, e1)
3737
mismatch_count += 1
3838
@error("Parsers succeed but disagree",
3939
fpath,

0 commit comments

Comments
 (0)