summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndLLA <44858649+AndLLA@users.noreply.github.com>2022-10-14 20:53:53 +0200
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-10-24 18:20:10 +0100
commitdeb86641653aef6a283ee468f41256862401f7eb (patch)
tree1ca52e7903dab0cb851fb1a005d37ec869d392d3
parent0d0e369aaff8e7e3311453c533425dab704fc69a (diff)
downloadswig-deb86641653aef6a283ee468f41256862401f7eb.tar.gz
enable test for pointerreftest fixed by 752b7e8
-rw-r--r--Examples/test-suite/r/li_boost_shared_ptr_runme.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/test-suite/r/li_boost_shared_ptr_runme.R b/Examples/test-suite/r/li_boost_shared_ptr_runme.R
index 6df8984fc..059adf1da 100644
--- a/Examples/test-suite/r/li_boost_shared_ptr_runme.R
+++ b/Examples/test-suite/r/li_boost_shared_ptr_runme.R
@@ -161,13 +161,13 @@ testSuite <- function() {
}
# pass by pointer reference
- if (FALSE) {
+ {
k = Klass("me oh my");
kret = pointerreftest(k); # -> class not defined _p_p_Space__Klass
val = kret$getValue();
unittest("me oh my pointerreftest", val);
testSuite_verifyCount(1, k);
- testSuite_verifyCount(1, kret);
+ # testSuite_verifyCount(1, kret); # -> use_count not defined on _p_Space__Klass
}
# null tests