Skip to content

Commit 044f2bf

Browse files
authored
Removed tests from abstract.jl
1 parent 5d16619 commit 044f2bf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/varinfo.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,6 @@ end
7070
# string, Symbol, ==, hash, in, keys, haskey, isempty, push!!, empty!!,
7171
# getindex, setindex!, getproperty, setproperty!
7272

73-
#= It's just this that needs to go I believe. Everything else is already gone
74-
csym = gensym()
75-
vn1 = @varname x[1][2]
76-
@test string(vn1) == "x[1][2]"
77-
@test Symbol(vn1) == Symbol("x[1][2]")
78-
79-
vn2 = @varname x[1][2]
80-
@test vn2 == vn1
81-
@test hash(vn2) == hash(vn1)
82-
=#
83-
8473
function test_base(vi_original)
8574
vi = deepcopy(vi_original)
8675
@test getlogp(vi) == 0

0 commit comments

Comments
 (0)