| 81 | }; |
| 82 | |
| 83 | TEST(GlobalSimpleStringMemoryAccountant, start) |
| 84 | { |
| 85 | accountant.start(); |
| 86 | POINTERS_EQUAL(accountant.getAllocator(), SimpleString::getStringAllocator()); |
| 87 | } |
| 88 | |
| 89 | TEST(GlobalSimpleStringMemoryAccountant, startTwiceDoesNothing) |
| 90 | { |
nothing calls this directly
no test coverage detected