Skip to content

Commit

Permalink
Merge pull request #3 from nickrobinson251/npr/no-test-utils
Browse files Browse the repository at this point in the history
Remove unusued test util code
  • Loading branch information
nickrobinson251 authored Aug 2, 2019
2 parents cbbf4bc + d0b827c commit ccead4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 170 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ using ChainRulesCore: extern, accumulate, accumulate!, store!, @scalar_rule,
DNE, Thunk, Casted, DNERule
using Base.Broadcast: broadcastable

#include("test_util.jl")

@testset "ChainRulesCore" begin
include("differentials.jl")
include("rules.jl")
Expand Down
168 changes: 0 additions & 168 deletions test/test_util.jl

This file was deleted.

2 comments on commit ccead4f

@nickrobinson251
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/2473

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" ccead4ffa606cd9e83f5551e3767dac212ebddaa
git push origin v0.1.0

Please sign in to comment.