Skip to content

Commit deb8664

Browse files
AndLLAwsfulton
authored andcommitted
enable test for pointerreftest fixed by 752b7e8
1 parent 0d0e369 commit deb8664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/test-suite/r/li_boost_shared_ptr_runme.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ testSuite <- function() {
161161
}
162162

163163
# pass by pointer reference
164-
if (FALSE) {
164+
{
165165
k = Klass("me oh my");
166166
kret = pointerreftest(k); # -> class not defined _p_p_Space__Klass
167167
val = kret$getValue();
168168
unittest("me oh my pointerreftest", val);
169169
testSuite_verifyCount(1, k);
170-
testSuite_verifyCount(1, kret);
170+
# testSuite_verifyCount(1, kret); # -> use_count not defined on _p_Space__Klass
171171
}
172172

173173
# null tests

0 commit comments

Comments
 (0)