We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f6b65 commit bb2d02eCopy full SHA for bb2d02e
inst/unitTests/runit.Module.R
@@ -106,9 +106,9 @@ if( .runThisTest && Rcpp:::capabilities()[["Rcpp modules"]] ) {
106
107
test.Module.destructor <- function(){
108
f <- new( ModuleCopyConstructor, 4L)
109
- checkEquals( !is_destructed(f) )
+ checkTrue( !is_destructed(f) )
110
destruct(f)
111
- checkEquals( is_destructed(f) )
+ checkTrue( is_destructed(f) )
112
}
113
114
0 commit comments