Changeset 8349334 in mainline for uspace/lib/cpp/include/internal/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:
- 122c3b8
- Parents:
- 3adbbda
- git-author:
- Dzejrou <dzejrou@…> (2018-05-15 22:02:39)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/internal/test/tests.hpp
r3adbbda r8349334 243 243 void test_stack(); 244 244 }; 245 246 class memory_test: public test_suite 247 { 248 public: 249 bool run(bool) override; 250 const char* name() override; 251 252 private: 253 void test_unique_ptr(); 254 }; 245 255 } 246 256
Note:
See TracChangeset
for help on using the changeset viewer.