Changeset 509738fd in mainline for uspace/lib/cpp/src/internal/test/array.cpp
- Timestamp:
- 2018-07-05T21:41:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d49bae9
- Parents:
- a6ca1bc
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-11-02 17:59:05)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/internal/test/array.cpp
ra6ca1bc r509738fd 36 36 bool array_test::run() 37 37 { 38 start(); 39 38 40 auto check1 = {1, 2, 3, 4}; 39 41 auto check2 = {4, 3, 2, 1}; … … 99 101 // TODO: test bound checking of at when implemented 100 102 101 return true;103 return end(); 102 104 } 103 105
Note:
See TracChangeset
for help on using the changeset viewer.