Skip to content

Commit d0b8d92

Browse files
authored
Merge pull request #563 from JuliaDiff/ox/baddefcheck
Test for things adding rules to DataType/UnionAll
2 parents b81e525 + 02ce0fd commit d0b8d92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1313

1414
[compat]
1515
ChainRulesCore = "1.11.5"
16-
ChainRulesTestUtils = "1"
16+
ChainRulesTestUtils = "1.5"
1717
Compat = "3.35"
1818
FiniteDifferences = "0.12.20"
1919
IrrationalConstants = "0.1.1"

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ end
4545
include("test_helpers.jl")
4646
println()
4747

48+
test_method_tables() # Check the global method tables are consistent
49+
4850
# Each file puts all tests inside one or more @testset blocks
4951
include_test("rulesets/Base/base.jl")
5052
include_test("rulesets/Base/fastmath_able.jl")
@@ -73,6 +75,5 @@ end
7375
println()
7476

7577
include_test("rulesets/Random/random.jl")
76-
7778
println()
7879
end

0 commit comments

Comments
 (0)