Skip to content

Commit 00a2f81

Browse files
committed
Add missed esc for bar test
1 parent 0064ab0 commit 00a2f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ArrayInterfaceCore/src/ArrayInterfaceCore.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
if n === 2 && getfield(args, 1) === QuoteNode(:total)
1515
return esc(:(Base.@pure $(call)))
1616
else
17-
return call
17+
return esc(call)
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)