Skip to content

Commit cfee703

Browse files
committed
fix clear rule hooks in tests
1 parent ada4822 commit cfee703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ruleset_loading.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
@test Set(frule_history[end-1:end]) == Set((typeof(+), typeof(-)))
2020
@test Set(rrule_history[end-1:end]) == Set((typeof(+), typeof(-)))
2121

22-
clear_new_rule_hooks!(frule)
23-
clear_new_rule_hooks!(rrule)
22+
ChainRulesCore.clear_new_rule_hooks!(frule)
23+
ChainRulesCore.clear_new_rule_hooks!(rrule)
2424
end
2525

2626
@testset "_primal_sig" begin

0 commit comments

Comments
 (0)