Skip to content

Commit

Permalink
fix some test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilemathieu committed Nov 27, 2017
1 parent 3cd1f99 commit 9d531c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/varinfo.jl/varinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ vn_u = VarName(gensym(), :u, "", 1)
randr(vi, vn_u, dists[1], spl2, true)

# println(vi)

vi[getretain(vi, 1, spl2)] = NULL
vi.num_produce = 1
vi[getretain(vi, spl2)] = NULL

# println(vi)

Expand Down

0 comments on commit 9d531c3

Please sign in to comment.