Changeset 09416c12 in mainline for uspace/lib/cpp/include/__bits/test/tests.hpp
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1668862
- Parents:
- 69cc156
- git-author:
- Dzejrou <dzejrou@…> (2018-05-18 02:09:49)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/test/tests.hpp
r69cc156 r09416c12 285 285 void test_bind(); 286 286 }; 287 288 class algorithm_test: public test_suite 289 { 290 public: 291 bool run(bool) override; 292 const char* name() override; 293 private: 294 void test_non_modifying(); 295 }; 287 296 } 288 297
Note:
See TracChangeset
for help on using the changeset viewer.