Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fceeb93
Parents:
e54bbde5
git-author:
Dzejrou <dzejrou@…> (2018-05-11 18:05:44)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: updated & fixed tests, now output is optional (for possible use with pcut)

File:
1 edited

Legend:

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

    re54bbde5 r96ae12b  
    11/*
    2  * Copyright (c) 2017 Jaroslav Jindrak
     2 * Copyright (c) 2018 Jaroslav Jindrak
    33 * All rights reserved.
    44 *
     
    3535namespace std::test
    3636{
    37     bool vector_test::run()
    38     {
     37    bool vector_test::run(bool report)
     38    {
     39        report_ = report;
    3940        start();
    4041
     
    129130        );
    130131
    131         test_eq("move assignment origin empty", vec9.size(), 0);
     132        test_eq("move assignment origin empty", vec9.size(), 0U);
    132133    }
    133134
Note: See TracChangeset for help on using the changeset viewer.