Skip to content

Commit

Permalink
fixed warnings and test output
Browse files Browse the repository at this point in the history
  • Loading branch information
wildart committed Aug 30, 2018
1 parent 8d7aabe commit 491c6da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/LMDB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module LMDB

@isdefined(Docile) && eval(:(@document))

import Base: open, close, getindex, setindex!, put!, start, reset,
isopen, count, delete!, info, keys, get, show, convert, show
import Base: open, close, getindex, setindex!, put!, reset,
isopen, count, delete!, keys, get, show, convert, show
import Base.Iterators: drop

depsfile = joinpath(dirname(@__FILE__), "..", "deps", "deps.jl")
Expand Down
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@ using Test

@testset "LMDB" for t in ["common", "env", "dbi", "cur"]
fp = "$t.jl"
println("* running $fp ...")
include(fp)
end

0 comments on commit 491c6da

Please sign in to comment.