Skip to content

Commit

Permalink
remove new comment on unchanged test that I don't understand (nomatch…
Browse files Browse the repository at this point in the history
… wasn't passed to convertNegAndZeroIdx at all)
  • Loading branch information
mattdowle committed Aug 22, 2021
1 parent 4ffe3d0 commit 442e0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ test(794, DT[!"b"], DT[c("a","c")])
test(795, DT[!0], DT)
test(796, DT[!NULL], DT[NULL])
test(797, DT[!integer()], DT)
test(798, DT[!-1], DT[1]) # this passed nomatch==0 to convertNegAndZeroIdx #3109
test(798, DT[!-1], DT[1])
test(799, DT[--1], DT[1])
myi = c("a","c")
test(800, DT[!myi], DT["b"])
Expand Down

0 comments on commit 442e0d3

Please sign in to comment.