Skip to content

Commit 3f6e8eb

Browse files
committed
test: re-enable node tests I accidentally disabled while debugging NodeRef
1 parent 5b8a214 commit 3f6e8eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/tst_node.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,8 @@ void tst_noderef()
236236

237237
int main(int, char **)
238238
{
239-
// tst_node_cast();
240-
// tst_node_addRemoveParent();
241-
// tst_rectanglenode_geometry();
239+
tst_node_cast();
240+
tst_node_addRemoveParent();
242241
// tst_node_injectEvict();
243242

244243
// tst_node_allocator();

0 commit comments

Comments
 (0)