ITADN

test: `Fix`: adjust "structs not in `Base`" test

#842Pull Requestnsajko 创建于 2025-09-24
N
nsajkocommented
* Do not test the exact return type of `Fix{1}(MyStruct, 1)`. That does not seem necessary, given that the intention behind the test is merely ensuring that `Fix` works correctly for a newly-defined `MyStruct`. * Test that `Fix{1}(MyStruct, 1)()` calls `MyStruct(1)`. The motivation is making PkgEval pass for PR JuliaLang/julia#59623.
合并状态:未合并 1 条评论