Skip to content

Commit 1a18d6b

Browse files
committed
removed faulty test
1 parent 659fb73 commit 1a18d6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

inst/tests/tests.Rraw

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18641,5 +18641,3 @@ test(2264.7, DT[, L := list(NULL)], DT1[, `:=`(L = list(NULL))])
1864118641
DT = data.table(L = list("B", "C"), i = 1L)
1864218642
DT1 = data.table(L = list("B", "C"), i = 1L)
1864318643
test(2264.8, DT[, `:=`(L = list(NULL))], DT1[, let(L = list(NULL))])
18644-
DT = data.table(L = list("B", "C"), i = 1L)
18645-
test(2264.9, DT[])

0 commit comments

Comments
 (0)