| 117 | } |
| 118 | |
| 119 | static bool testAssignFromCharArray() |
| 120 | { |
| 121 | std::cout << "testAssignFromCharArray()\n"; |
| 122 | cm::String str; |
| 123 | str = charArray; |
| 124 | return testFromCharArray(str); |
| 125 | } |
| 126 | |
| 127 | static char const* cstr = "abc"; |
| 128 |
nothing calls this directly
no test coverage detected
searching dependent graphs…