[==========] Running 8 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 8 tests from FaststringTest
[ RUN      ] FaststringTest.TestShrinkToFit_Empty
[       OK ] FaststringTest.TestShrinkToFit_Empty (1 ms)
[ RUN      ] FaststringTest.TestShrinkToFit_SmallerThanInitialCapacity
[       OK ] FaststringTest.TestShrinkToFit_SmallerThanInitialCapacity (0 ms)
[ RUN      ] FaststringTest.TestShrinkToFit_Random
[       OK ] FaststringTest.TestShrinkToFit_Random (0 ms)
[ RUN      ] FaststringTest.TestPushBack
[       OK ] FaststringTest.TestPushBack (0 ms)
[ RUN      ] FaststringTest.TestAppend_Simple
[       OK ] FaststringTest.TestAppend_Simple (0 ms)
[ RUN      ] FaststringTest.TestAppend_ExponentiallyExpand
[       OK ] FaststringTest.TestAppend_ExponentiallyExpand (0 ms)
[ RUN      ] FaststringTest.TestMoveConstruct
[       OK ] FaststringTest.TestMoveConstruct (0 ms)
[ RUN      ] FaststringTest.TestMoveAssignment
[       OK ] FaststringTest.TestMoveAssignment (0 ms)
[----------] 8 tests from FaststringTest (4 ms total)

[----------] Global test environment tear-down
[==========] 8 tests from 1 test suite ran. (4 ms total)
[  PASSED  ] 8 tests.
