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.
1 parent adff799 commit b081a3fCopy full SHA for b081a3f
src/test_utils.jl
@@ -238,8 +238,6 @@ function no_produce_test(x, y)
238
return (; c, x, y)
239
end
240
241
-# Old test case without any produce statements used to test TapedFunction. Since this
242
-# doesn't exist as a distinct entity anymore, not clear that this test case is useful.
243
mutable struct C
244
i::Int
245
C(x, y) = new(x + y)
0 commit comments