Changeset 9f8745c5 in mainline for kernel/test/synch/workq-test-core.h


Ignore:
Timestamp:
2012-07-10T18:07:34Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b23c88e
Parents:
5b6c033
Message:

workq: Moved almost all tests to a single test entry function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/synch/workq-test-core.h

    r5b6c033 r9f8745c5  
    203203                return NULL;
    204204        else {
    205                 return "Failed to invoke the expected number of calls.";
    206         }
    207 }
     205                return "Failed to invoke the expected number of calls.\n";
     206        }
     207}
Note: See TracChangeset for help on using the changeset viewer.