Changeset d5047002 in mainline for uspace/lib/cpp/include
- 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:
- 28cb7843
- Parents:
- 4960254
- git-author:
- Dzejrou <dzejrou@…> (2018-05-17 18:57:52)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/test/test.hpp
r4960254 rd5047002 57 57 bool ok_{true}; 58 58 bool report_{true}; 59 60 void test(const char* tname, bool expr) 61 { 62 test_eq(tname, expr, true); 63 } 59 64 60 65 template<class... Args>
Note:
See TracChangeset
for help on using the changeset viewer.