| 44 | TestTestingFixture fixture; |
| 45 | IEEE754ExceptionsPlugin ieee754Plugin; |
| 46 | void setup(void) _override |
| 47 | { |
| 48 | fixture.installPlugin(&ieee754Plugin); |
| 49 | } |
| 50 | }; |
| 51 | |
| 52 | TEST(FE__with_Plugin, should_fail____when__FE_DIVBYZERO__is_set) |
nothing calls this directly
no test coverage detected