Skip to content

Commit

Permalink
More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Dec 12, 2024
1 parent 04e38c6 commit d7bc579
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,11 @@ end
m1 = MemoryView(Union{Int, UInt}[-1])
m2 = MemoryView(Union{Int, UInt}[typemax(UInt)])
@test m1 != m2

m1 = MemoryView([1, 2, 3])
m2 = ImmutableMemoryView([1, 2, 3])
@test m1 == m2
@test m2 == m1
end

@testset "MemoryKind" begin
Expand Down

0 comments on commit d7bc579

Please sign in to comment.