Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 16, 2020
1 parent 631cdf7 commit 680bd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rulesets/Base/indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
rrule_test(getindex, [2.3 3.1; 4.1 5.1], (x, x̄), (1:2, nothing), (2:3, nothing))
rrule_test(getindex, [2.3 3.1; 4.1 5.1], (x, x̄), (:, nothing), (2:3, nothing))

rrule_test(getindex, [2.3, 3.1], (x, x̄), (2:3, nothing), (1, nothing))
rrule_test(getindex, [2.3, 3.1], (x, x̄), (1, nothing), (2:3, nothing))
rrule_test(getindex, [2.3, 3.1], (x, x̄), (1:2, nothing), (1, nothing))
rrule_test(getindex, [2.3, 3.1], (x, x̄), (1, nothing), (1:2, nothing))

rrule_test(getindex, [2.3 3.1; 4.1 5.1], (x, x̄), (1:2, nothing), (2:3, nothing))
rrule_test(getindex, [2.3 3.1; 4.1 5.1], (x, x̄), (:, nothing), (2:3, nothing))
Expand Down

0 comments on commit 680bd02

Please sign in to comment.