Changeset 69cc156 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:
- 09416c12
- Parents:
- ddd287d
- git-author:
- Dzejrou <dzejrou@…> (2018-05-17 23:46:22)
- 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
rddd287d r69cc156 274 274 const char* name() override; 275 275 }; 276 277 class functional_test: public test_suite 278 { 279 public: 280 bool run(bool) override; 281 const char* name() override; 282 private: 283 void test_reference_wrapper(); 284 void test_function(); 285 void test_bind(); 286 }; 276 287 } 277 288
Note:
See TracChangeset
for help on using the changeset viewer.