Changeset 475 for library/tests
- Timestamp:
- 08/05/09 13:44:37 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/egiw_harness.cpp
r471 r475 21 21 CHECK(wide); 22 22 23 CHECK_CLOSE_EX(lognc, wide->lognc(), get_tolerance()); 23 if (wide) { 24 CHECK_CLOSE_EX(lognc, wide->lognc(), get_tolerance()); 25 } 24 26 } 25 27