We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bad454 commit 86054b3Copy full SHA for 86054b3
test/varinfo.jl
@@ -79,7 +79,7 @@ end
79
@test hash(vn2) == hash(vn1)
80
81
function test_base(vi_original)
82
- vi = empty!!(deepcopy(vi_original))
+ vi = deepcopy(vi_original)
83
@test getlogp(vi) == 0
84
@test isempty(vi[:])
85
0 commit comments