Skip to content

Commit

Permalink
Rename (base|test)/intset.jl to (base|test)/bitset.jl.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed Oct 23, 2017
1 parent 3e434ac commit d5f23af
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ include("reduce.jl")
## core structures
include("reshapedarray.jl")
include("bitarray.jl")
include("intset.jl")
include("bitset.jl")
include("associative.jl")

if !isdefined(Core, :Inference)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function choosetests(choices = [])
"nullable", "meta", "stacktraces", "profile", "libgit2", "docs",
"markdown", "base64", "serialize", "misc", "threads",
"enums", "cmdlineargs", "i18n", "workspace", "libdl", "int",
"checked", "intset", "floatfuncs", "compile", "distributed", "inline",
"checked", "bitset", "floatfuncs", "compile", "distributed", "inline",
"boundscheck", "error", "ambiguous", "cartesian", "asmvariant", "osutils",
"channels", "iostream", "specificity", "codegen", "codevalidation",
"reinterpretarray"
Expand Down

0 comments on commit d5f23af

Please sign in to comment.