| 39 | bool IEEE754ExceptionsPlugin::inexactDisabled_ = true; |
| 40 | |
| 41 | IEEE754ExceptionsPlugin::IEEE754ExceptionsPlugin(const SimpleString& name) |
| 42 | : TestPlugin(name) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | void IEEE754ExceptionsPlugin::preTestAction(UtestShell&, TestResult&) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected