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 c9d405e commit 0ae2df9Copy full SHA for 0ae2df9
inst/tinytest/test_xptr.R
@@ -62,5 +62,7 @@ void test() {
62
writeLines(code, file_path)
63
expect_silent(system(cmd), info="check that finalizer is NOT called on exit")
64
65
+if (packageVersion("tinytest") < "1.2.0") exit_file("Skip remainder on older test platform")
66
+
67
writeLines(c("#define RCPP_USE_FINALIZE_ON_EXIT", code), file_path)
68
expect_stdout(system(cmd), info="check that finalizer is called on exit")
0 commit comments