Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 1 and Version 2 of Projects/GSoC/TestSuite/framework_design


Ignore:
Timestamp:
08/23/12 06:59:45 (12 years ago)
Author:
Xiaochen Pan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestSuite/framework_design

    v1 v2  
    145145
    146146    main()
    147 
    148147    {
    149 
    150148        if (TEST_PROTECT() == 0)
    151 
    152149        {
    153 
    154150            MyTest();
    155 
    156151        }
    157 
    158152    }
    159153