Skip to content

Commit

Permalink
Update core.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kailaix authored Mar 17, 2021
1 parent 4333e49 commit 2269f7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ end

@testset "has_gpu" begin
@test has_gpu() in [true, false]
@test_nowarn gpu_info()
@test_nowarn get_gpu()
@test isnothing(gpu_info())
@test isa(get_gpu(), NamedTuple)
end

@testset "timeline" begin
Expand Down Expand Up @@ -194,4 +194,4 @@ end
catch
@test true
end
end
end

2 comments on commit 2269f7d

@kailaix
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/32148

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.1 -m "<description of version>" 2269f7d9624a9fec84fdc4be777bf181ea9c3fd1
git push origin v0.7.1

Please sign in to comment.