Skip to content

Commit

Permalink
Make sure to add new test/mmap.jl file to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Jun 30, 2015
1 parent 91d8f0d commit 1c1e168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function choosetests(choices = [])
"bitarray", "copy", "math", "fastmath", "functional",
"operators", "path", "ccall", "unicode",
"bigint", "sorting", "statistics", "spawn", "backtrace",
"priorityqueue", "file", "version", "resolve",
"priorityqueue", "file", "mmap", "version", "resolve",
"pollfd", "mpfr", "broadcast", "complex", "socket",
"floatapprox", "readdlm", "reflection", "regex", "float16",
"combinatorics", "sysinfo", "rounding", "ranges", "mod2pi",
Expand Down

0 comments on commit 1c1e168

Please sign in to comment.