Skip to content

Commit e15ec87

Browse files
authored
Update inst/tests/other.Rraw
1 parent 30b0ce7 commit e15ec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/other.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ if (loaded[["nanotime"]]) {
767767
test(31, fwrite(data.table(as.nanotime(.POSIXct(0))), dec=',', sep=';'), output="1970-01-01T00:00:00,000000000Z")
768768
}
769769

770-
# test for bug#6607
770+
# tables() with large environment #6607
771771
.e <- new.env() ## to not populate the .GlobalEnv
772772
.e[["DT"]] <- as.data.table(lapply(1:15,function(i) runif(20e6)))
773773
res <- tables(env=.e)

0 commit comments

Comments
 (0)