Skip to content

Commit 11f03f1

Browse files
committed
fixup
1 parent c2443de commit 11f03f1

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

base/exports.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,6 @@ export
497497
colon,
498498
conj!,
499499
copy!,
500-
cummax,
501-
cummax!,
502-
cummin,
503-
cummin!,
504500
cumprod,
505501
cumprod!,
506502
cumsum,

test/arrayops.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,6 @@ end
18981898

18991899
if eltype(arr) in [Int, Float64] # eltype of out easy
19001900
out = similar(arr)
1901-
@test out accumulate_arr
19021901
@test accumulate!(op, out, arr) accumulate_arr
19031902
@test out accumulate_arr
19041903
end

0 commit comments

Comments
 (0)