Skip to content

Commit

Permalink
Update test/copy.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Neven Sajko <4944410+nsajko@users.noreply.github.com>
  • Loading branch information
willtebbutt and nsajko authored Jan 9, 2025
1 parent 016b282 commit ec653c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ end
p[1] = p
p2 = deepcopy(p)
@test p2 === p2[1]
@test p2 !== p
end

@testset "deepcopy_internal arrays" begin
Expand Down

0 comments on commit ec653c7

Please sign in to comment.