Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3126 committed Oct 16, 2016
1 parent c2443de commit 11f03f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,6 @@ export
colon,
conj!,
copy!,
cummax,
cummax!,
cummin,
cummin!,
cumprod,
cumprod!,
cumsum,
Expand Down
1 change: 0 additions & 1 deletion test/arrayops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,6 @@ end

if eltype(arr) in [Int, Float64] # eltype of out easy
out = similar(arr)
@test out accumulate_arr
@test accumulate!(op, out, arr) accumulate_arr
@test out accumulate_arr
end
Expand Down

0 comments on commit 11f03f1

Please sign in to comment.