Skip to content

Commit

Permalink
Silence output of bit64 unload/reattach (#6239)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jul 11, 2024
1 parent cd89ceb commit 92a7a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/tests/tests.Rraw
Original file line number Diff line number Diff line change
Expand Up @@ -18705,7 +18705,7 @@ test(2264.8, print(DT, show.indices=TRUE), output=ans)
# integer64 columns print even when bit64 isn't loaded
if (test_bit64) local({
DT = data.table(a = 'abc', b = as.integer64(1))
unloadNamespace("bit64")
on.exit(library(bit64))
invisible(unloadNamespace("bit64"))
on.exit(suppressPackageStartupMessages(library(bit64)))
test(2265, DT, output="abc\\s*1$")
})

0 comments on commit 92a7a3c

Please sign in to comment.