| 76 | } |
| 77 | |
| 78 | IGNORE_TEST(UnitTestMacros, FAILworksInAnIgnoredTest) |
| 79 | { |
| 80 | FAIL("die!"); // LCOV_EXCL_LINE |
| 81 | } // LCOV_EXCL_LINE |
| 82 | |
| 83 | static void _UNSIGNED_LONGS_EQUALTestMethod() |
| 84 | { |
nothing calls this directly
no outgoing calls
no test coverage detected