Skip to content

Commit f80b938

Browse files
committed
fix: string interface test
1 parent 3fb963d commit f80b938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interfaces.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function _check_set_constants!(ex::AbstractExpression)
123123
return first(get_scalar_constants(ex)) x2
124124
end
125125
function _check_string_tree(ex::AbstractExpression)
126-
return string_tree(ex) isa String
126+
return string_tree(ex) isa AbstractString
127127
end
128128
function _check_default_node(ex::AbstractExpression{T}) where {T}
129129
ET = typeof(ex)

0 commit comments

Comments
 (0)