Skip to content

Commit 2189c7f

Browse files
committed
fix: update precompile function names
1 parent 0284229 commit 2189c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/precompile.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function test_functions_on_trees(::Type{T}, operators) where {T}
116116

117117
string_tree(tree, operators)
118118
count_nodes(tree)
119-
count_constants(tree)
119+
count_constant_nodes(tree)
120120
count_depth(tree)
121121
index_constant_nodes(tree)
122122
has_operators(tree)

0 commit comments

Comments
 (0)