| 624 | static bool destructorWasCalled = false; |
| 625 | |
| 626 | static void failedCallToMockC() |
| 627 | { |
| 628 | SetBooleanOnDestructorCall setOneDestructor(destructorWasCalled); |
| 629 | mock_c()->actualCall("Not a call"); |
| 630 | } // LCOV_EXCL_LINE |
| 631 | |
| 632 | // Silly wrapper because of a test that only fails in Visual C++ due to different |
| 633 | // destructor behaviors |