Skip to content

Commit ed848a2

Browse files
Update inst/tests/S4.Rraw
Co-authored-by: Michael Chirico <[email protected]>
1 parent c406d3d commit ed848a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inst/tests/S4.Rraw

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ removeClass("CustomDurationClass")
131131
s4cl = setClass("s4cl", slots=list(x="integer"))
132132
DT = setalloccol(structure(list(a=new("s4cl", x=1L)), row.names=c(NA, -1L), class=c("data.table", "data.frame")))
133133
test(9, data.table(a=s4cl(x=1L)), DT)
134+
removeClass("s4cl")

0 commit comments

Comments
 (0)