Skip to content

Commit 08f7bf7

Browse files
committed
Make tests pass
1 parent 00d12d1 commit 08f7bf7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
using Base.Broadcast: broadcastable
2-
using BenchmarkTools
31
using ChainRulesCore
42
using ChainRulesOverloadGeneration
3+
# resolve conflicts while this code exists in both.
4+
const on_new_rule = ChainRulesOverloadGeneration.on_new_rule
5+
const refresh_rules = ChainRulesOverloadGeneration.refresh_rules
6+
57
using Test
68

79
@testset "ChainRulesCore" begin

0 commit comments

Comments
 (0)