Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge branch 'jq/mmap' of https://github.com/JuliaLang/julia into jq/…
Browse files Browse the repository at this point in the history
…mmap
  • Loading branch information
quinnj committed Jul 7, 2015
2 parents 9e277ba + 877c628 commit edf46b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ end
@test filesize(file) == 9
m = Mmap.mmap(file, BitArray, (72,))
@test length(m) == 72

finalize(m); m = nothing; gc()
rm(file)

# Mmap.mmap with an offset
Expand Down

0 comments on commit edf46b7

Please sign in to comment.