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 2d97486 commit c55eeb5Copy full SHA for c55eeb5
test/ruleset_loading.jl
@@ -76,7 +76,7 @@
76
@test _is_fallback(frule, first(methods(frule, (Tuple{}, Nothing,))))
77
end
78
79
- @test "_rule_list" begin
+ @testset "_rule_list" begin
80
_rule_list = ChainRulesOverloadGeneration._rule_list
81
@testset "should not have frules that need RuleConfig" begin
82
old_frule_list = collect(_rule_list(frule))
0 commit comments