We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3ab76 commit af131e2Copy full SHA for af131e2
test/bitarray.jl
@@ -1,6 +1,6 @@
1
# This file is a part of Julia. License is MIT: https://julialang.org/license
2
3
-module BitArray
+module TestBitArray
4
5
prune_old_LA = parse(Bool, get(ENV, "JULIA_PRUNE_OLD_LA", "false"))
6
!isdefined(Main, :pruned_old_LA) && prune_old_LA && @eval Main include("prune_old_LA.jl")
0 commit comments