Skip to content

Commit af131e2

Browse files
committed
Rename BitArray test module
1 parent 8f3ab76 commit af131e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bitarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is a part of Julia. License is MIT: https://julialang.org/license
22

3-
module BitArray
3+
module TestBitArray
44

55
prune_old_LA = parse(Bool, get(ENV, "JULIA_PRUNE_OLD_LA", "false"))
66
!isdefined(Main, :pruned_old_LA) && prune_old_LA && @eval Main include("prune_old_LA.jl")

0 commit comments

Comments
 (0)