Mercurial > flash_v2
changeset 1486:8fd0d2092033
Update PASS wording to include "OK"
| author | gthomas |
|---|---|
| date | Thu, 05 Feb 2004 15:27:56 +0000 |
| parents | 0e10930859c3 |
| children | c8043dc582b8 |
| files | packages/hal/powerpc/mpc8xxx/current/tests/mpc8xxx_timer.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/mpc8xxx/current/tests/mpc8xxx_timer.c +++ b/packages/hal/powerpc/mpc8xxx/current/tests/mpc8xxx_timer.c @@ -83,7 +83,7 @@ main_thread(cyg_addrword_t param) if (intr_count != old_intr_count) hits++; } if (hits == (tries-1)) { - CYG_TEST_PASS("mpc8xxx_timer works"); + CYG_TEST_PASS("mpc8xxx_timer OK"); } else { diag_printf("tries = %d, hits = %d\n", tries, hits); CYG_TEST_FAIL("mpc8xxx_timer unreliable");
