We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@inbounds
1 parent 1502d7f commit d7c635fCopy full SHA for d7c635f
test/stencils.jl
@@ -6,7 +6,7 @@ using SymbolicUtils.Code: toexpr, LiteralExpr
6
7
_repr(x) = repr(toexpr(LiteralExpr(x)) |> Base.remove_linenums!)
8
function test_funcs(name, f, args...; broken=false)
9
- outplace, inplace = build_function(f, args...)
+ outplace, inplace = build_function(f, args...; checkbounds = true)
10
if broken
11
@test_broken open(x->read(x, String), "build_function_tests/$name-outplace.jl") == _repr(outplace)
12
@test_broken open(x->read(x, String), "build_function_tests/$name-inplace.jl") == _repr(outplace)
0 commit comments