| 73 | |
| 74 | //***************************************************************************** |
| 75 | void Assert(bool state) |
| 76 | { |
| 77 | ETL_ASSERT(state, ETL_ERROR(test_exception_1)); |
| 78 | } |
| 79 | |
| 80 | //***************************************************************************** |
| 81 | void AssertFail() |