Ignore:
Timestamp:
2018-07-05T21:41:18Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d49bae9
Parents:
a6ca1bc
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-11-02 17:59:05)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
Message:

cpp: improved the testing framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/src/internal/test/array.cpp

    ra6ca1bc r509738fd  
    3636    bool array_test::run()
    3737    {
     38        start();
     39
    3840        auto check1 = {1, 2, 3, 4};
    3941        auto check2 = {4, 3, 2, 1};
     
    99101        // TODO: test bound checking of at when implemented
    100102
    101         return true;
     103        return end();
    102104    }
    103105
Note: See TracChangeset for help on using the changeset viewer.