Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored May 17, 2021
1 parent d8acef4 commit 5600e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ end
@test refcount(pa1) === refcount(pa2) === refcount(pa3) === refcount(pa4)
@test refcount(pa1)[] == 4

pa1 = PooledArray(["one", "two"])
pa2 = repeat(pa1, outer = 3)
pa3 = repeat(pa1, inner = 3, outer = 2)
@test pa2 == ["one", "two", "one", "two", "one", "two"]
Expand Down

0 comments on commit 5600e9b

Please sign in to comment.