Ignore:
Timestamp:
2018-07-05T21:41:24Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d5047002
Parents:
91ac0bb
git-author:
Dzejrou <dzejrou@…> (2018-05-17 18:40:06)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
Message:

cpp: added ratio tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/__bits/test/tests.hpp

    r91ac0bb r4960254  
    267267            void test_modifiers();
    268268    };
     269
     270    class ratio_test: public test_suite
     271    {
     272        public:
     273            bool run(bool) override;
     274            const char* name() override;
     275    };
    269276}
    270277
Note: See TracChangeset for help on using the changeset viewer.