crashes on Windows
| 208 | |
| 209 | #ifdef _MSC_VER // crashes on Windows |
| 210 | void NSLGeomTest::testLineSimMorse() { |
| 211 | } |
| 212 | #else |
| 213 | void NSLGeomTest::testLineSimMorse() { |
| 214 | printf("NSLGeomTest::testLineSimMorse()\n"); |
nothing calls this directly
no test coverage detected