| 68 | |
| 69 | //***************************************************************************** |
| 70 | void Assert(bool state) |
| 71 | { |
| 72 | ETL_ASSERT(state, ETL_ERROR(test_exception_1)); |
| 73 | } |
| 74 | |
| 75 | //***************************************************************************** |
| 76 | void AssertFail() |