Ignore:
Timestamp:
2018-07-05T21:41:18Z (6 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/string.cpp

    ra6ca1bc r509738fd  
    3636    bool string_test::run()
    3737    {
     38        start();
     39
    3840        test_construction_and_assignment();
    3941        test_append();
     
    4446        test_find();
    4547
    46         return true;
     48        return end();
    4749    }
    4850
Note: See TracChangeset for help on using the changeset viewer.