| 367 | } |
| 368 | |
| 369 | void StressTest2::shouldNotLeak(float dt) |
| 370 | { |
| 371 | unschedule("should_not_leak_key"); |
| 372 | auto sublayer = static_cast<Layer*>(getChildByTag(kTagSprite1)); |
| 373 | sublayer->removeAllChildrenWithCleanup(true); |
| 374 | } |
| 375 | |
| 376 | std::string StressTest2::subtitle() const |
| 377 | { |
nothing calls this directly
no test coverage detected