Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Jan 25, 2024
1 parent d5d8ef4 commit 5e05cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/SizedArray.jl
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

# pointer
@testset "pointer" begin
@test Base.cconvert(Ptr{Int}, sa) === Base.cconvert(Ptr{Int}, sa.data)
@test pointer(sa) === pointer(sa.data)

A = MMatrix{32,3,Float64}(undef);
Expand Down

0 comments on commit 5e05cda

Please sign in to comment.