Skip to content

Commit 9ca4b8f

Browse files
missing "
1 parent 1aaca4c commit 9ca4b8f

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
@@ -4658,7 +4658,7 @@ test(1241, DT[order(x,-y)], # optimized to forder()
46584658

46594659
DT = data.table(a=1:3, b=4:6)
46604660
myCol = "a"
4661-
test(1242.1, DT[2,myCol:=6L,with=FALSE], error="with=FALSE together with := was deprecated in v1.9.4)
4661+
test(1242.1, DT[2,myCol:=6L,with=FALSE], error="with=FALSE together with := was deprecated in v1.9.4")
46624662
test(1242.2, DT[2,(myCol):=7L], data.table(a=INT(1,7,3), b=4:6))
46634663

46644664
# consistency of output type of mult, #340

0 commit comments

Comments
 (0)