| 182 | }; |
| 183 | |
| 184 | class FeatureUnsupportedFailure : public TestFailure |
| 185 | { |
| 186 | public: |
| 187 | FeatureUnsupportedFailure(UtestShell* test, const char* fileName, size_t lineNumber, const SimpleString& featureName, const SimpleString& text); |
| 188 | }; |
| 189 | |
| 190 | #endif |
no outgoing calls