Skip to content

Commit df18a0c

Browse files
fix test broken on head
1 parent 8a9bceb commit df18a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ test(754.04, DT[, b := a][3, b := 6L], data.table(a=INT(4,2,3),b=INT(4,2,6)))
22902290
test(754.05, DT[, a := as.numeric(a), verbose=TRUE], output="Direct plonk.*no copy")
22912291
RHS = as.integer(DT$a)
22922292
test(754.06, DT[, a:= RHS, verbose=TRUE], output="RHS for item 1 has been duplicated")
2293-
if (getRversion() >= "3.5.0") { # TODO(R>=3.5.0): test unconditionally
2293+
if (base::getRversion() >= "3.5.0") { # TODO(R>=3.5.0): test unconditionally
22942294
# Expand ALTREPS in assign.c, #5400
22952295
# String conversion gets deferred
22962296
## first, a regression test of R itself -- we want to make sure our own test continues to be useful & testing its intended purpose

0 commit comments

Comments
 (0)