Skip to content

Commit 4286f09

Browse files
author
mosesmakola
committed
removed all upper bounds of inf when truncated method is called
1 parent acac44d commit 4286f09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/varinfo.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ end
6969
# Test Base functions:
7070
# string, Symbol, ==, hash, in, keys, haskey, isempty, push!!, empty!!,
7171
# getindex, setindex!, getproperty, setproperty!
72+
73+
#= It's just this that needs to go I believe. Everything else is already gone
7274
csym = gensym()
7375
vn1 = @varname x[1][2]
7476
@test string(vn1) == "x[1][2]"
@@ -77,6 +79,7 @@ end
7779
vn2 = @varname x[1][2]
7880
@test vn2 == vn1
7981
@test hash(vn2) == hash(vn1)
82+
=#
8083

8184
function test_base(vi_original)
8285
vi = deepcopy(vi_original)

0 commit comments

Comments
 (0)