Skip to content

Commit 263c2c8

Browse files
committed
Use CRTU for test_method_tables
1 parent c2e9815 commit 263c2c8

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

Project.toml

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

1313
[compat]
1414
ChainRulesCore = "1.11"
15-
ChainRulesTestUtils = "1"
15+
ChainRulesTestUtils = "1.5"
1616
Compat = "3.35"
1717
FiniteDifferences = "0.12.20"
1818
JuliaInterpreter = "0.8"

test/global_state.jl

Lines changed: 0 additions & 44 deletions
This file was deleted.

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ end
4646
include("test_helpers.jl")
4747
println()
4848

49-
include_test("global_state.jl")
49+
test_method_tables() # Check the global method tables are consistent
5050

5151
# Each file puts all tests inside one or more @testset blocks
5252
include_test("rulesets/Base/base.jl")
@@ -76,6 +76,6 @@ end
7676
println()
7777

7878
include_test("rulesets/Random/random.jl")
79-
79+
8080
println()
8181
end

0 commit comments

Comments
 (0)