Wiki

Changes between Version 1 and Version 2 of Tests

Show
Ignore:
Timestamp:
01/08/13 16:33:50 (12 years ago)
Author:
nerdzero
Comment:

correct typo

Legend:

Unmodified
Added
Removed
Modified
  • Tests

    v1 v2  
    1010Tests are executed whenever the program or code is run (unless tests are suppressed at build by the -include-tests:no compiler option).[[BR]] 
    1111 
    12 Failures how up as an assert failure and a stack trace. 
     12Failures show up as an assert failure and a stack trace. 
    1313 
    1414== Example ==