Changeset 4960254 in mainline
- Timestamp:
- 2018-07-05T21:41:24Z (6 years ago)
- 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)
- Location:
- uspace/lib/cpp
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/Makefile
r91ac0bb r4960254 65 65 src/__bits/test/mock.cpp \ 66 66 src/__bits/test/numeric.cpp \ 67 src/__bits/test/ratio.cpp \ 67 68 src/__bits/test/set.cpp \ 68 69 src/__bits/test/string.cpp \ -
uspace/lib/cpp/include/__bits/test/tests.hpp
r91ac0bb r4960254 267 267 void test_modifiers(); 268 268 }; 269 270 class ratio_test: public test_suite 271 { 272 public: 273 bool run(bool) override; 274 const char* name() override; 275 }; 269 276 } 270 277
Note:
See TracChangeset
for help on using the changeset viewer.